Have a close look at the following code: let employee = { name:…

Question Answered step-by-step Have a close look at the following code: let employee = { name:…  Have a close look at the following code:let employee = {      name: [‘Bliff’,’handerson’],      employeeNumber: 30573,      department:’Reposessions’,      interests:[‘the Mob’,’fast cars’,’baseball’],     active:true};Write a short script that creates an interesting sentence by concatenating members of the above employee object together (using either dot notation or bracket notation). Include as much information about the employee as you can. Output the resulting content as text inside the paragraph element.   Engineering & Technology Computer Science COMP MISC Share QuestionEmailCopy link Comments (0)