Which of the following is a correct way to create a new object in JavaScript?
Anonymous Quiz
52%
A) var obj = Object();
48%
B) var obj = {};
4 ways to convert a number to a string in JavaScript?
👍1
What will the following code output?