View all questions & answers for the JavaScript-Developer-I exam
A developer is working on anecommerce website where the delivery date is dynamically
calculated based on the current day. The code line below is responsible for this calculation.
Const deliveryDate = new Date ();
Due to changes in the business requirements, the delivery date must nowbe today’s
date + 9 days.
Which code meets thisnew requirement?
Submit