JavaScript Essentials 2 : Module 1 Test Answer 2024
1. You have declared the following statement: console.log(user.name) What declaration should precede the statement so that the text Bob appears in the console as a result of code execution? let user =…