DEV Community

Discussion on: JavaScript Quiz

Collapse
 
andreandyp profile image
André Michel Andy

Before running these statements:

false
true
24
-1
NaN
2

After running them

false
true
24
-1
"2"
2

4/6 😅