CSCI 3342 Web Development
Fall 2024
JavaScript
Objects, Dictionaries, and Associative Arrays
Pssst. They're all the same.
Complete the
Objects, Dictionaries, and Associative Arrays
questions in
objects.js
.
Objects, Dictionaries, and Associative Arrays (8:47)
the code:
examples.js
Additional Reference:
Objects @ javascript.info
Complete the
Destructuring Bind and Spread Syntax
questions in
objects.js
.
Destructuring Bind (8:52)
the code:
examples.js
Additional Reference:
Destructuring @ javascript.info
Spread Operator (4:35)
the code:
examples.js
Additional Reference:
Rest and Spread @ javascript.info
Assignment Checklist
Complete all questions in
objects.js
add, commit, and push your work!