Spoken Tutorials - JavaScript Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- Array Methods in JS 1. Open the file "assignment.js" which you have created earlier 2. Clear the existing code 3. Declare a "variable" - "marks" 4. Assign an "array" to "marks" 5. The "array" should contain - 10 random numbers 6. Filter the "marks array" and display the "marks" divisible by 2 and 3 7. Open the file MyPage.html in a web browser 8. Observe the output in the browser's console