Skip to content

aerian-studios/modern-js-workshop

Repository files navigation

We 😻 JS!

Let's get started!

  • git clone https://github.com/aerian-studios/modern-js-workshop.git
  • cd modern-js-workshop
  • npm install
  • ...
  • Profit!

To run the development server, type:

npm start

You can then open http://localhost:1234/

To build for production, type:

npm run build

This will build a production site in dist.

To start the test runner, run npm test or install the Jest VS Code extension.

Contents

This is a tentative plan for this year's course, subject to change as we progress. For the last year's course, switch to the 2018 branch.

  • Setting up environment (incl brief intro to Jest and Parcel)
  • Variables - let and const
  • Types: Number, String, Object, Array
  • Functions, function expressions, arrow functions
  • Callbacks - Array.filter and Array.find
  • More arrays - map, forEach
  • async / await
  • fetch
  • Template literals (backticks)
  • Destructuring assignment
  • ...rest / spread

Modules and classes

  • ES6 classes
  • Node modules
  • ES module syntax

About

Let's all learn modern JavaScript!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •