kentcdodds / js-mocking-fundamentals

JavaScript Mocking Fundamentals on TestingJavaScript.com
https://testingjavascript.com/courses/javascript-mocking-fundamentals
Other
306 stars 286 forks source link

Exercises #5

Closed MujunZ closed 4 years ago

MujunZ commented 4 years ago

This branch is inspired by TypeScript exercises, aiming to help learners exercising what they've learned from testingjavascript.com, which has the following difference from the master branch:

  1. add introductions, tasks, hint to each of the lessons
  2. remove answers

Most of the text are copied from testingjavascript.com.

kentcdodds commented 4 years ago

This is great. Very similar to how I do my workshops (and how EpicReact.Dev will be structured). Thanks for your work here :)