freeCodeCamp's Intro To Javascript, Understanding Arrays & Multi-Dimensional Arrays (6)

Channel:
Subscribers:
8,020
Published on ● Video Link: https://www.youtube.com/watch?v=eYO1VKj5F44



Duration: 9:40
165 views
2


In this video we continue our journey through freeCodeCamp's Basic Javascript course. In today's lessons we look at arrays in Javascript. The lessons we go over are: Store Multiple Values in one Variable using JavaScript Arrays, Nest one Array within Another Array, Access Array Data with Indexes, Modify Array Data With Indexes, Access Multi-Dimensional Arrays With Indexes, & Manipulate Arrays With push(). We learn the basics of arrays in these lessons. We learn that arrays allow us to store several elements of data in a single place. We declare an array with opening and closing square brackets. Unlike strings, arrays are mutable and we can access and change an element within an array. Arrays can have arrays nested within them. Nested arrays are said to be multi-dimensional. We also learn the array method of push(). This method allows us to push an element to the end of our array.




Other Videos By We Will Code


2019-07-23freeCodeCamp's Add Text Alternative to Images for Visually Impaired Accessibility
2019-07-23freeCodeCamp's Introduction to the Accessibility Challenge
2019-07-19Jordan Peterson on the Founding Fathers views of Utopia
2019-07-18What would Jordan Peterson ask Vladimir Putin about his beliefs?
2019-01-26freeCodeCamps Switch Statements Practice, Javascript Switch Statement Practice (12)
2018-11-16freeCodeCamp's Introducing Else and Else If Statements, Chaining If Else If Statements (11)
2018-11-15freeCodeCamp's Greater Than, Less Than, AND and Or Operators, Basic Javascript (10)
2018-11-14freeCodeCamp's Array Method Practice, Equality and Strict Equality in Javascript (9)
2018-11-13freeCodeCamp's Global Scope and Functions, Understanding Local & Global Variables In JS (8)
2018-11-12freeCodeCamp, More Array Methods, JS Function Declarations & Parameters (7)
2018-11-09freeCodeCamp's Intro To Javascript, Understanding Arrays & Multi-Dimensional Arrays (6)
2018-11-08freeCodeCamp's Using Bracket Notation on Strings, Mad Libs, Intro to Javascript (5)
2018-11-03freeCodeCamp's Javascript Introduction, Escape Sequences, Concatenation. String Length (4)
2018-11-02freeCodeCamp's Intro to Javascript, Compound Assignment & String Literals (3)
2018-10-31freeCodeCamp's Make an Image Responsive,Web Design Principles
2018-10-30freeCodeCamp's Introduction to Javascript, Math Operators in JS (pt.2)
2018-10-29freeCodeCamp's Introduction to Javascript, Comments, Variables, & Casing
2018-10-29Create a Media Query, Responsive Web Design
2018-10-28freeCodeCamp's Make Motion More Natural Using a Bezier Curve
2018-10-28freeCodeCamp's Use a Bezier Curve to Move a Graphic, Applied Visual Design
2018-10-28freeCodeCamp's Learn How Bezier Curves Work, Applied Visual Design



Tags:
basic javascript tutorial
array javascript tutorial
free array tutorial
freecodecamp arrays