Fixes #1878
This commit is contained in:
@ -963,7 +963,7 @@
|
|||||||
"<code>}</code>",
|
"<code>}</code>",
|
||||||
"<code>else {</code>",
|
"<code>else {</code>",
|
||||||
"<code>  return(false);</code>",
|
"<code>  return(false);</code>",
|
||||||
"<code>}</code>",
|
"<code>}</code></code>",
|
||||||
"Let's use <code>if</code> and <code>else</code> statements to make a coin-flip game.",
|
"Let's use <code>if</code> and <code>else</code> statements to make a coin-flip game.",
|
||||||
"Create an <code>if-else statement</code> to return <code>heads</code> if the flip var is zero and to return <code>tails</code> if it's not."
|
"Create an <code>if-else statement</code> to return <code>heads</code> if the flip var is zero and to return <code>tails</code> if it's not."
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user