Skip to content

Prep: Objects, loops, and files

Session goals

By the end of this session students will be able to do the following with JavaScript:

  • Create objects with properties to hold data
  • Create arrays
  • Iterate over objects, arrays and strings
  • Manipulate objects, arrays, and strings with methods and iteration
  • Export and import code between files

Videos and readings

Please set aside time to watch the following priority videos before class.

Together the videos are 70 minutes.

If you learn best by reading, check out chapter 4 of the online textbook Eloquent JavaScript.

Priority

Content CC BY 4.0 | Code AGPL 3.0