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