js-class-blahblah

1.0.0 • Public • Published

Advanced JS Class

Build Status Windows Build status

Install

cd path/to/this/repo
npm install

## Weclome

It's a priviledge to welcome you to the Advanced JS Class! Today we're going to look at getting the best from the JS of today and the near future: ES6 and beyond.

The class is exercise driven, so it's worth having a glance over the below to learn how to run the exercises.

Structure

# here are the slides, in HTML format, yours to take home and enjoy! simply open slides/index.html in your favourite brower
./slides 

# whenever we're working on an exercise together, I'll point you to an exercise subfolder
./exercises

Exercises

Each exercise is a subfolder. You check your work by navigating to the folder in your terminal and running npm run verify.

Some exercises have an exercise.js file. Some have a start-here.js file where we right tests - this is for learning about TDD (test-driven development).

So, for instance, to run the first exercise:

cd path/where/you/downloaded/this/repo
cd exercises/modules

node verify.js

Readme

Keywords

none

Package Sidebar

Install

npm i js-class-blahblah

Weekly Downloads

3

Version

1.0.0

License

©

Last publish

Collaborators

  • timruffles