Removed new incomplete JS Challenges and moved to OOPF branch.

This commit is contained in:
benmcmahon100
2015-08-11 15:39:07 +01:00
parent 928afe9915
commit 1827857eed
2 changed files with 284 additions and 4 deletions

View File

@@ -457,8 +457,7 @@
"Once an array has been created we can access the data we have stored in them using indexes",
"Indexes are written in the same way as bracket notation that we covered earlier",
"Example:",
"<code>",
"var array = [1,2,3];",
"<code>var array = [1,2,3];",
"array[0];//equals 1",
"var data = array[1];",
"</code>",