Merge pull request #2235 from dokkillo/dokkillo-2218

issue #2218
pull/2288/head
benmcmahon100 2015-08-19 23:14:09 +01:00
commit f1053a2f68
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@
"var ourArray = [\"Stimpson\", \"J\", [\"cat\"]];",
"ourArray.shift();",
"ourArray.unshift([\"happy\", \"joy\"]);",
"// ourArray now equals [[\"happy\", \"joy\"], \"Stimpson\", \"J\"]",
"// ourArray now equals [[\"happy\", \"joy\"], \"J\", [\"cat\"]]",
"",
"var myArray = [\"John\", 23, [\"dog\", 3]];",
"myArray.shift();",