JS Coding Questions Logo
JS Coding Questions
#75🎯 Exercise💻 Code

JavaScript Coding Exercise 75

Advertisement

728x90
javascript
1const a = new Number(10);
2
3const b = 10;
4
5console.log(a === b);

Choose the correct output:

A
False
B
True

Advertisement

Responsive Ad
75of86