mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-27 02:01:02 -04:00
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