guides
guides copied to clipboard
🗺 The official guide book for the ThoughtWorks Jumpstart program
Check out sample tutorial in gitbook react testing library??
code-along template: https://github.com/thoughtworks-jumpstart/learn-mocking-and-stubbing lesson outline: - write on board: `jest.fn(factory)`, `jest.mock(path, factory)` - what are mocks - Mocking is a technique to isolate test subjects by replacing dependencies with objects...
Compare to using axios - why `fetch()` data? - Making GET requests in a browser - how to use `fetch()` - what are promises (an object representing the eventual completion...
Topics - callbacks - Promises - `async`/`await` - event loop
https://github.com/myjinxin2015/Katas-list-of-Training-JS-series
- object oriented javascript - template strings - destructuring - spread and rest - module system