Course
Resources
About
Movie Data
Learning Outcomes
Project
Learnings
Resources
Data types
Check what type a value is in your code
Convert from one type to another (e.g. object → array)
Understand roughly what methods are available for strings, arrays and objects
Objects
Use objects to keep track of values
Know how to access values from within objects
Know how to update values in an object
DOM
Create and update elements on a webpage
Use loops to display repeated data on a page
Use function parameters to customise behaviour
Code Quality
Understand the need for refactoring
Understand the value of writing reusable functions for repetitive tasks
Leave meaningful comments in your JavaScript code
Terminal/Command Line
Know how to use the terminal to navigate through a file system
Know how to list the contents of a directory
Know how to create a directory or file
Git & GitHub
Initialise a Git repository from the terminal
Use Git commands to stage, commit and push from the terminal