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 44ac9bc8cb
commit 9df99eb635
4 changed files with 289 additions and 6 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>",