Giter VIP home page Giter VIP logo

js-challenges-1's Introduction

_nology JS challenges

This is the repository for _nology JavaScript challenges.

Getting started

Students should complete the challenges in their own cloned version of the challenges repository. All pushes to master will be restricted.

Installation

npm install

OR

yarn install

Running tests

All tests

npm test

OR

yarn test

Individual tests

You can run the tests individually. Do this by specifying the folder as an argument, example below.

npm test js1-types-and-control-flow

OR

yarn test js1-types-and-control-flow

You can also ommit the file name after the first -, example below.

npm test js1-

OR

yarn test js1-

Run tests on save

You can "watch" the code so that tests run automatically on save the same you run the tests as above.

npm run test-watch js1-

OR

yarn test-watch js1-

Unskipping tests

From js2 onwards, most tests are skipped by default in order to make the output on the command line easier to understand. In order to make the tests run for the second function onwards, remove the x in front of describe as follows:

xdescribe(() => {});

TO

describe(() => {});

Solution files

Example solution files are included for each challenge. Resist the urge the to look in these files if you can't come up with a solution yourself, it's always better to google, ask a fellow student or ask a coach.

Concept

The tests in this repository are separated by concept and each concept has 9 tests divided into 4 levels: Foundation, Intermediate, Advanced and Expert.

The expectation is to complete all Foundation level challenges, with Intermediate and upwards pushing your knowledge and may require you to google things in order to solve them. If you find an answer online somewhere, be kind and share it with the group!

js-challenges-1's People

Contributors

charlie-robin avatar shadephoenix avatar mbickell avatar awaitingimage avatar andynology avatar chillcaw avatar craiglivings 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.