1.1 JavaScript Review

# Getting Started 30 mins

  • Introductions
  • Zoom etiquette
  • Course outline
  • Course resources

# Course resources

# Books

The entire collection of O'Reilly technical books (opens new window), videos and case studies is available for free through the Algonquin College Library's digital resources. Read them on the web, or they have a really great iPad app so you can download them. In particular, you may find these titles to be helpful:

  • JavaScript: The Definitive Guide (7th Edition)
  • Learning React (2nd Edition)
  • React Native in Action
  • Clean Code

# Websites

The Modern JavaScript Tutorial (opens new window) is a fantastic language reference broken down into small chunks and written in simple english. In addition to the website, it is available as a downloadable PDF.

NodeJS.dev (opens new window) is a website that will teach you all you need to know about basic apps that run with NodeJS.

React JS (opens new window) is the official website for React. React is a library for building SPA and PWA with JavaScript.

React Native (opens new window) is the official website for React Native. Through React Native's framework you can write mobile applications for Android and iOS using React and vanilla JS. The React Native tools will then compile your work into a native application with true native controls. Unlike Cordova / PhoneGap which uses a browser view to render webpages, React Native actually creates true native controls from your JavaScript.

Expo (opens new window) is the official website for Expo a set of tools that we will use to build, test, and distribute our React Native applications.

# Video Tutorials

# Tools

# Modern JavaScript (ES2015+) 75 mins

# Rapid Review

# Reference

# What to do before Week 2

TODO

Watch Steve's JS Concept Review Playlist (opens new window)60 mins

Remember you can speed them up 😉

Last Updated: : 9/14/2021, 10:26:31 AM