* need an assignment complete with the use of a starter code (attached) * the code must be submitted from a beginner stand point. * need a description of the sequence in which the files are created. I have to create * criteria is in a screenshot
Category: Web programming
// Task 1 – Create JSON data with the details given in Task 1 in README.md file
// Task 1 – Create JSON data with the details given in Task 1 in README.md file const deliveries = “; /* Task 2 – Convert JSON to JavaScript Object and assign the converted data to deliveryObject constant declared below. */ const deliveryObject = null; // display the converted object console.log(deliveryObject); /* Task 3 –… Continue reading // Task 1 – Create JSON data with the details given in Task 1 in README.md file