A game to test your JavaScript knowledge.
You can play the game at jsmeanything.now.sh
JS Me Anything is an open source collection of JavaScript questions, intended to test your skills before interviews or for any reason. It is encouraged to add new questions if you enjoy the project.
To learn how to contribute see the contributing guidelines.
Clone the repo and run npm install
. To launch the development build run
npm run dev
You'll also need to launch an instance of the Apollo Server to make GraphQL queries. To create an instance run
npm run now-lambda