Giter VIP home page Giter VIP logo

edabit-javascript-challenges's Introduction

edabit-javascript-challenges

Javascript challenges forked from Edabit.

Now you can do the challenges locally, using whichever IDE you prefer.

Install Node / NPM

You will need to install NodeJS from https://nodejs.org and ensure that you can run the npm command by running

npm version

and verifying that you see the NPM version, and not an error.

Trying a challenge

To try a challenge:

  • Change in to to the directory containing the challenge.

  • Run npm install to install the necessary dependencies.

  • Read README.md for a description of the problem.

  • Read the tests in code.spec.js to get a better understanding of exactly what parameters the code you will write should take, and the values your code should return.

  • Run the tests wth npm test. They should fail.

  • Edit the function in code.js. When you think you have written the code correctly re-run the tests (npm test) to check. If they pass, great. If not, try and understand the failure, and edit your code to fix the problem. Then re-run the tests.

If you get stuck on a challenge, move on and try and different one for a bit. This gives your mind the chance to subconsciously think about the problem, and you can come back later and try and solve it again.

edabit-javascript-challenges's People

Contributors

nikclayton avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.