// 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