fix waypoint typo
This commit is contained in:
@ -881,7 +881,7 @@
|
|||||||
"<code>  ourArray.push(i);</code>",
|
"<code>  ourArray.push(i);</code>",
|
||||||
"<code>}</code>",
|
"<code>}</code>",
|
||||||
"<code>ourArray</code> will now contain [10,8,6,4,2] ",
|
"<code>ourArray</code> will now contain [10,8,6,4,2] ",
|
||||||
"Let's change our <code>initialization</code> and <code>final-expression</code> so we can count backward by twos for numbers."
|
"Let's change our <code>initialization</code> and <code>final-expression</code> so we can count backward by twos for odd numbers."
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
"assert(editor.getValue().match(/for\\s*\\(/g).length > 1, 'message: You should be using a <code>for</code> loop for this.');",
|
"assert(editor.getValue().match(/for\\s*\\(/g).length > 1, 'message: You should be using a <code>for</code> loop for this.');",
|
||||||
|
Reference in New Issue
Block a user