Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 629 Bytes

data-structures.md

File metadata and controls

16 lines (11 loc) · 629 Bytes

Data Structures

In this section, we'll introduce Node.js with a deeper dive on JavaScript data structures like objects, arrays, and functions.

Topics Covered

  • Installing Node
  • Working with Arrays
  • Working with process.argv
  • Working with Objects
  • Comparing the Browser and the Server
  • Objects and Arrays

Learning Goals

Students leaving this class section will be able to confidently create and run JavaScript programs using Node.js. They will understand how to work with arrays and objects at a basic level. They will also understand the differences between JavaScript files that run in a browser vs. a server.