/wkclassroom

JavaScript Classroom notes

Primary LanguageHTML

Introduction

Videos (100)

Try/Catch and Throw

Callback

Example

const numbers = '4 5 29 54 4 0 -214 542 -64 1 -3 6 -6';

console.log(highAndLow(numbers));

Map, filter, reduce and foreach

Callback

ES6 (intro)

Promises

Libraries

A word on server side JS: hapijs

Debug (minimal examples)

Q&A1

Q&A2

  • undefined with/without strict
  • NaN and other types... (slide TorinoJS?)
  • TypeScript with Angular1? => Add TypeScript

Exercise:

Webpack, TDD and E2E

Angular