Question: Using Javascript, create functions (instead of class) to do the following: eliverables: . Back End (Model) Create Clientlnformation model class to hold the values that
Using Javascript, create functions (instead of class) to do the following:

eliverables: . Back End (Model) Create Clientlnformation model class to hold the values that you will retrieve from a database. Database is not needed at this point. You can hard code values for now o " Use these attributes. For each attribute create get and set methods - clientld (int) name (string) . address (string) phone (string) email (string) Display values in Ul using the model class " " Create a model class for Quote with these parameters and get set methods clientld (integer) gallonsRequested (double) deliveryDate (date) requestDate (date) deliveryLocation (string) deliveryContactName (string) deliveryContactPhone (string) deliveryContactEmail (string) suestedPrice (double) totalAmountDue (double) This class will be used to receive quote request data from Ul and persist to database " o Create a Class that will have QuoteHistory parameter as a list of Quote E.g. List QuoteHistor-new ArrayList
(); We will use this list to display quote history in Ul . " eliverables: . Back End (Model) Create Clientlnformation model class to hold the values that you will retrieve from a database. Database is not needed at this point. You can hard code values for now o " Use these attributes. For each attribute create get and set methods - clientld (int) name (string) . address (string) phone (string) email (string) Display values in Ul using the model class " " Create a model class for Quote with these parameters and get set methods clientld (integer) gallonsRequested (double) deliveryDate (date) requestDate (date) deliveryLocation (string) deliveryContactName (string) deliveryContactPhone (string) deliveryContactEmail (string) suestedPrice (double) totalAmountDue (double) This class will be used to receive quote request data from Ul and persist to database " o Create a Class that will have QuoteHistory parameter as a list of Quote E.g. List
QuoteHistor-new ArrayList
(); We will use this list to display quote history in Ul
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
