The given program should generate the following output:{value1: 2222, value2: [ x: 'hello Worldl', y: 8888 ]]However, the program contains errors. Identify which of the given lines of code contain errors.Program
1. var firstvar =[
2. value1: 2222,
3. value2: {
4. xz‘hello World!’
5. y: 8888
6-];
7. };
8. console.log(firstvar);
Correct Answer: El Line 5
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Node.js MCQ Questions