Intro to JavaScript Arrays References
Lesson references
Links from the module lesson content:
- MDN - Arrays
- MDN - Array
lengthproperty - MDN - Array
push()method - MDN - Array
pop()method - MDN -
for...ofstatement - MDN -
breakstatement - MDN - Array
forEach()method - MDN - Array
at()method - MDN - Spread syntax
- MDN - Array
slice()method - MDN - Array
join()method - MDN -
structuredClone()global function - MDN - Array
unshift()method - MDN - Array
shift()method
Online resources
JavaScript arrays are fundamental to the language, high-quality resources can help deepen your understanding.
Here are some recommended ones:
-
MDN Web Docs (Mozilla Developer Network)
- Description: Comprehensive reference for web technologies, including JavaScript. The documentation on arrays is thorough and includes examples.
-
- Description: Offers an in-depth and step-by-step guide on JavaScript, including arrays. Beginner-friendly with interactive examples.
-
- Description: Provides a simple and clear introduction to many web technologies, including JavaScript arrays.
-
- Description: A popular book by Marijn Haverbeke available online for free. This chapter provides a deep dive into arrays and objects.