/pro-js-challenges

Improve your JS game

Primary LanguageJavaScript

Pro JS Challenges

Improve your JS skills with these code challenges. Make these tests pass, but pro-style. The point isn't to write something that "just works" but to use the given guidelines in your implementation.

Topics Covered:

  • Object assignment
  • Asynchronicity
  • Immutability
  • Reducer functions
  • Modern ECMA features

Install Dependencies

npm ci

Run Tests

npm test