JavaScript Lingo: Finding and Indexing Data in Arrays
Channel:
Subscribers:
10,700,000
Published on ● Video Link: https://www.youtube.com/watch?v=FACqPCLxPTY
How to accurately find the index of an entry in an array
There are many reasons you might need to access a certain piece of data from within a larger set, and you do that by referencing it's index.
We won't get into syntax now, but you should know that the first thing in an array is actually index 0.
This goes for strings and objects, too. All of these indices start at 0, so if you're looking asking the code to find indexArr[2], you're really going to get the third piece of information in that array.
Other Videos By freeCodeCamp.org
2015-08-24 | Chrome Dev Tools: Resources Tab |
2015-08-24 | Chrome Dev Tools: Memory Tab |
2015-08-24 | Chrome Dev Tools: Timeline Tab |
2015-08-24 | Chrome Dev Tools: Sources Tab |
2015-08-24 | Chrome Dev Tools: Network Tab |
2015-08-24 | Chrome Dev Tools: Elements Tab |
2015-08-23 | JavaScript Lingo: Regular Expressions |
2015-08-23 | JavaScript Lingo: Loops |
2015-08-23 | JavaScript Lingo: Math |
2015-08-23 | JavaScript Lingo: Manipulating Data |
2015-08-23 | JavaScript Lingo: Finding and Indexing Data in Arrays |
2015-08-23 | |
2015-08-23 | JavaScript Lingo: Variables & camelCase |
2015-08-23 | JavaScript Lingo: Value Types |
2015-08-23 | JavaScript Lingo: MDN and Documentation |
2015-07-17 | Computer Basics 17: How Routers and Packets work |
2015-07-17 | Computer Basics: Chips and how Moore's Law works |
2015-07-17 | Computer Basics 15: Analog vs Digital and how File Compression works |
2015-07-17 | Basejump: Build a Pinterest Clone |
2015-07-17 | Computer Basics 18: How Source Code works |
2015-07-17 | Computer Basics 19: How Variables work in Code |
Tags:
Mozilla Developer Network
Free Code Camp
Pair Programming
Node.js
AngularJS
MongoDB
SQL
Code
Learn to Code
non-profits
full stack
coding bootcamp
software engineer
open source
Software
Data
System
Technology
Web Development
Javascript
Array Data Structure
Database Index