Q. How do you create an object in JavaScript?
β
Correct Answer: (A)
let obj = {};
Explanation: Objects in JavaScript are created using curly braces.