Spoken Tutorials - JavaScript Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- Object and Array Destructuring and Short Hands in JS 1. Open the file "assignment.js" which you have created earlier 2. Clear the existing code 3. Declare "variable - marks" 4. Assign an "array" to "variable - marks" containing "88", "90" and "92" 5. Destruct the "array" and assign the values to "m1", "m2" and "m3" respectively 6. And log the values of "m1", "m2" and "m3" 7. Open the file "MyPage.html" in a web browser 8. Observe the output in the browser's console