Quiz Challenges
58
Question 58 of 58
100%
58
What will be the output of the following log statements?
console
.
log
(
+
"1"
)
;
console
.
log
(
+
true
)
;
console
.
log
(
+
"hello"
)
;
console
.
log
(
+
1
)
;
A
1 1 NaN 1
B
NaN undefind undefined undefind
C
some Error
Submit Answer
Previous
58
/
58
Next