Spoken Tutorials - JavaScript Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- Operators in JS 1. Open the file "assignment.js" which you have created earlier 2. Clear the existing code 3. Create three variables "a", "b" and "c" 4. Assign two random numbers to "a" and "b" 5. Assign a boolean value to "c" 6. Only if the sum of "a" and "b" is more than 20 and, "c" is true, log the sum of "a" and "b" 7. Else log "unable to display result" 8. Open the file "MyPage.html" in a web browser 9. Observe the output in the browser's console