Fix some typos

This commit is contained in:
benmcmahon100
2015-08-05 15:38:54 +01:00
parent e944889f69
commit 92091cea96

View File

@ -601,7 +601,7 @@
], ],
"challengeSeed": [ "challengeSeed": [
"var myArray = ['John', 23, ['dog', 3]];", "var myArray = ['John', 23, ['dog', 3]];",
"var removed = myArray;//This should be ['John'] and myArray should now be ['John', 23]", "var removed = myArray;//This should be ['John'] and myArray should now be [23, ['dog', 3]]",
"", "",
"", "",
"(function(y, z){return('myArray = ' + JSON.stringify(y) + ' & removed = ' + JSON.stringify(z));})(myArray, removed);" "(function(y, z){return('myArray = ' + JSON.stringify(y) + ' & removed = ' + JSON.stringify(z));})(myArray, removed);"
@ -752,7 +752,7 @@
" \"friends\": []", " \"friends\": []",
"};", "};",
"", "",
"//Let's add the property age to myDog", "//Let's add the property bark to myDog",
"", "",
"", "",
"//Now delete the property tails", "//Now delete the property tails",