Giter Site home page Giter Site logo

javascript-core-3-coursework-week4's Introduction

JavaScript-Core-3-Coursework-Week4

Setup

  1. Fork and clone the repo
  2. Run npm install

The exercises are split into three folders: A-pass-tests, B-write-tests and C-TDD

Usage

To run the tests from the terminal, run the command npm test.

To keep the tests running (auto updating when you save files), run the command: npm test -- --watch then press a to run all the tests and keep watching the files for changes. To quit the tests, type q.

To run a specifc test, run npm test <filname> for example npm test remove-vowels (that will run only the files that matches remove-vowels, i.e. remove-vowels.test.js)

Pass Tests

The first set of exercises involve a set of tests that we will write code to make it pass. You can run only the tests in the A-pass-tests folder by running npm test A-pass-tests or you can run them with a watch with npm test A-pass-tests --watch.

Write Tests

The second set of exercises involve implemented code that we will add tests for. You can run only the tests in the B-write-tests folder by running npm test B-write-tests or you can run them with a watch with npm test B-write-tests --watch.

Think about edge cases while writing tests.

TDD

The final exercises involve using TDD to implement functions. You can run only the tests in the C-TDD folder by running npm test C-TDD or you can run them with a watch with npm test C-TDD --watch.

Solutions

The solutions for this coursework can be found here:

https://github.com/CodeYourFuture/JavaScript-Core-3-Coursework-Week4-Solution

This is a private repository. Please request access from your mentors next week.

Instructions for submission

  1. Complete the challenges and tests in each file and save it once you're happy with your changes
  2. Run the script to check the results against the tests - all of the exercises should have tests which PASS. If a test reads FAILED, find the associated test/code and fix it.
  3. Raise a PR once you're happy with the quality of your code

javascript-core-3-coursework-week4's People

Contributors

ewintram avatar sallymcgrath avatar kavitappatil 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.