Merge pull request #1977 from AryanJ-NYC/AryanJ-NYC-1944

Fixed #1944
This commit is contained in:
benmcmahon100
2015-08-19 21:30:58 +01:00

View File

@ -958,7 +958,7 @@
"We can use if statements in JavaScript to only execute code if a certain condition is met.", "We can use if statements in JavaScript to only execute code if a certain condition is met.",
"if statements require some sort of boolean condition to evaluate.", "if statements require some sort of boolean condition to evaluate.",
"Example:", "Example:",
"<code> if (1 == 2) {</code>", "<code> if (1 === 2) {</code>",
"<code>&thinsp;&thinsp;return(true);</code>", "<code>&thinsp;&thinsp;return(true);</code>",
"<code>}</code>", "<code>}</code>",
"<code>else {</code>", "<code>else {</code>",