Storing Values with the Equal Operator Incomplete

This commit is contained in:
Abhisek Pattnaik
2015-12-24 05:26:20 +05:30
committed by SaintPeter
parent b834e40c3b
commit dce1ccecc7

View File

@ -118,9 +118,9 @@
],
"solutions": [
"var a;",
"var b=2;",
"var b = 2;",
"a = 7;",
"b = a;7"
"b = a;"
],
"type": "waypoint",
"challengeType": "1",