Merge pull request #7805 from erictleung/fix/decoding-binary-number-question

Change === to == in Decoding Binary Num question
This commit is contained in:
Mrugesh Mohapatra
2016-03-30 18:23:24 +05:30

View File

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