4.3 Adding/Removing from an Array
-
Incorrect
Correct
No Answer was selected
Invalid Answer
1. Basic JavaScript and Graphics
2. JavaScript Control Structures
3. Animation and Games
4. Basic Data Structures
4.1 Intro to Arrays
4.2 Indexing Into an Array
4.3 Adding/Removing from an Array
Adding Elements
Removing Elements
Add/Remove From Array
Check Your Understanding
Exercise: Practice Push and Pop
4.4 Array Length and Looping Through Arrays
4.5 Iterating Over an Array
4.6 Finding an Element in an Array
4.7 Removing an Element from an Array
4.8 Intro to Objects/Maps
4.9 Iterating Over Objects
4.10 Intro to Sets
4.11 Intro to Grids
4.12 Conclusion