Storing Values with the Equal Operator Incomplete
This commit is contained in:
committed by
SaintPeter
parent
b834e40c3b
commit
dce1ccecc7
@ -118,9 +118,9 @@
|
|||||||
],
|
],
|
||||||
"solutions": [
|
"solutions": [
|
||||||
"var a;",
|
"var a;",
|
||||||
"var b=2;",
|
"var b = 2;",
|
||||||
"a = 7;",
|
"a = 7;",
|
||||||
"b = a;7"
|
"b = a;"
|
||||||
],
|
],
|
||||||
"type": "waypoint",
|
"type": "waypoint",
|
||||||
"challengeType": "1",
|
"challengeType": "1",
|
||||||
|
Reference in New Issue
Block a user