parkin-lin / es6-pua

The Round Table of post-ES6-time Best Practices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES6 PUA

Talk is cheap. Pass the tests.


English | 简体中文

Intro

  • Post-ES6-time Best Practices
  • Next Generation ECMAScript Challenges
  • Deliberate Practice with TDD (Test-Driven Development)

Play Locally

Install the packages locally.

pnpm install

# or use npm
npm install

Then DIY your code in the main.js file of each question.

Finally, try to pass the unit tests with TDD.

pnpm test

# or start the tests with UI
pnpm test:ui

BTW, you might get the answer in the index.js file of the same directory.

About

The Round Table of post-ES6-time Best Practices.

License:MIT License


Languages

Language:JavaScript 100.0%