Change === to == in Decoding Binary Num question
This commit is contained in:
@ -225,7 +225,7 @@
|
||||
],
|
||||
"tests": [
|
||||
[
|
||||
"1 === on and 0 ===off",
|
||||
"1 == on and 0 == off",
|
||||
true
|
||||
],
|
||||
[
|
||||
|
Reference in New Issue
Block a user