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

JavaScript Coding Exercise 58

Advertisement

728x90
javascript
1let arr = [1, 2, 3];
2
3let str = "1,2,3";
4
5console.log(arr == str);

Choose the correct output:

A
false
B
Error
C
true

Advertisement

Responsive Ad
58of86