JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Skip to content
Gallery
JS Fundamentals: Objects, Arrays, and Functions
Introduction
Content
Bonus: Merge Sort
More
Share
Explore
Objects & Arrays
Study Guide: Objects and Arrays
What are some fun facts about arrays and objects?
What properties of arrays make them different than objects?
Why do we need to organize our data?
When you are faced with a programming task, what are the reasons you would choose to use an array over an object?
What are the reasons you would choose to use an object over an array?
What are some examples of when you have used an object? Why did you choose to use an object in this case?
What are some examples of when you have used an array? Why did you choose to use an array?
What is the difference between dot notation and bracket notation?
What are some shorthand syntax tricks for an object?
How do you make a new copy of an object or an array?
How do you loop through an object or an array?
What are some more recent data structures that have been added to JS?
Next 👉
Exercise: Create an array-like object
©2021
Code and Coffee
for
Frontend Masters
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.