Spoken Tutorials - JavaScript Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- this keyword in JS 1. Open the file "assignment.js" which you have created earlier 2. Clear the existing code 3. Create a "student object" 4. The "student object" should have "name", "department" and "displayName" as "object keys" 5. Assign valid "values" to "name" and "department keys" 6. Assign an "anonymous function" to "displayName key" 7. The "anonymous function" should "log" the "name value" in the "object" using "this context" 8. Execute the "displayName function" 9. Open the file "MyPage.html" in a web browser 10. Observe the output in the browser's console 11. Guess which "binding" this assignment refers to