Bootcamp JavaScript topics

Goal

To teach the student the basics of Javascript.

Why?

For the participant to learn how to make interactive websites using Javascript.

What will be taught?

Basics

  • Selectors
  • Event handlers
  • Async thinking
  • Scope mechanisms

ES6 Syntax

  • Destructuring
  • Variables (const and let)
  • Spread operator
  • Arrow functions
  • Templates
  • Multiple and default export/import