Change === to == in Decoding Binary Num question

This commit is contained in:
Eric Leung
2016-03-29 20:18:15 -07:00
parent 789fba9750
commit baf8d7df90

View File

@ -225,7 +225,7 @@
],
"tests": [
[
"1 === on and 0 ===off",
"1 == on and 0 == off",
true
],
[