Part I: Variables, Functions, and Error Handling

Part II: freeCodeCamp

Build JavaScript Objects

Accessing Object Properties with Dot Notation

Accessing Object Properties with Bracket Notation

Accessing Object Properties with Variables

Updating Object Properties

Add New Properties to a JavaScript Object

Delete Properties from a JavaScript Object

This concludes our traversal through JavaScript. The sole purpose of moving through these shorter lessons was to help familiarize yourself with basic data structures and functions in the realm of programming. If you would like to continue on with your JS education, feel free to continue the freeCodeCamp lessons at your leisure.

Extra Credit: Read Chapter Four, Solidity Programming

Part III: Solidity