Spoken Tutorials - JavaScript Assignment Funded by the Ministry of Education (MoE), GOI Indian Institute of Technology Bombay, https://spoken-tutorial.org ------------------------------------------------------------- Functions in JS 1. Open the file "assignment.js" which you have created earlier 2. Clear the existing code 3. Create an "Employee function" 4. "Employee function" accepts "name" and "id" as parameters 5. Create Object references to "name" and "id" parameter 6. Create two objects using the "Employee function" 7. Log the created objects in the console 8. Open the file "MyPage.html" in a web browser 9. Observe the output in the browser's console