Spoken Tutorials - JavaScript Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- Closure in JS 1. Open the file "assignment.js" 2. Clear the existing code 3. Create a "function getData" 4. Declare a variable "data" using "let keyword" 5. Return a "display function" accepting a "variable" as parameter 6. Return the sum of "data" and "variable" 7. Log the value in the console 8. Open the file "MyPage.html" in a web browser 9. Observe the output in the browser's console