This commit is contained in:
Aryan Jabbari 2015-08-17 22:21:57 -04:00
parent 46c2ad4057
commit c8e41ef084

View File

@ -958,7 +958,7 @@
"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 evaluate.",
"Example:",
"<code> if (1 == 2) {</code>",
"<code> if (1 === 2) {</code>",
"<code>&thinsp;&thinsp;return(true);</code>",
"<code>}</code>",
"<code>else {</code>",