js-vault icon indicating copy to clipboard operation
js-vault copied to clipboard

List of tricky Javascript interview questions

JS Vault

JS Vault

This site is a collection of tricky JS questions which have been asked to people, At the moment there are barely 10-15 questions which i have beeen able to collect, although i would love more contribution.

The site is made with mdx and bootstrapped by Create React App.

Netlify CD is used for deployment

If you wish to add more questions , you can start by adding one to the content directory, and adding a route in routes.js. That's all

<Editor />

You can drop in an Editor component for creating a playground.

For Development

yarn start

Found a bug file it here