javascript-expert

Study driven repository to manage advanced JavaScript topics

MIT License

Stars
6

JavaScript Testing

  • Mocks - Test different behaviors
  • Stubs - Intercept calls to external sources
  • Spies - Spy the behavior of functions
  • E2E & Code Coverage - Test the application features exposed to the end-user and ensure that all the use cases are being covered

Advanced Data Types

  • Symbols - Unique primitive values, mostly used as property identifiers for private attributes or methods.

Objects

Thanks for the JavaScript Expert course and YDKJS book series for proving an amazing content.