Skip to content

TDD exercises, and a little walk through JS history

Notifications You must be signed in to change notification settings

matthijsgroen/js-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You don't know SJit

This is a small course in getting to know Javascript better. Basic Javascript knowledge is required. This course will let you play around with new and old Javascript concepts.

Topic we will cover:

  • How to start a simple Javascript playground from scratch?
  • How to properly write Javascript tests?
  • Working with functions, objects and classes
  • Working with immutability
  • Working with Arrays and loops
  • Working with control flows
  • Working with exceptions
  • Working with promises
  • Working with a lot of 'out-of-the-box' JS functions, like Math, Regexp
  • Experimenting with JS, doing some measurements for performance, this should improve debugging skills and insights

Goal is to learn a lot of legacy AND modern JS through a series of coding exercises focussing on the language, and later some architecture steps, while learning TDD as well!

About

TDD exercises, and a little walk through JS history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published