Quiz Challenges
100
Question 11 of 100
11%
11
Consider the following scenario. What gets logged?
Copy
const
a
=
0.1
;
const
b
=
0.2
;
const
c
=
0.3
;
console
.
log
(
a
+
b
===
c
)
;
A
true
B
false
Submit Answer
Previous
11
/
100
Next