Giter Site home page Giter Site logo

foundations-js-lab1's Introduction

Lab 1, Beginner Track

  1. Fork this repo
  2. Open your terminal and navigate to your projects directory.
  3. Run this: git clone https://github.com/YOUR-GITHUB-ACCOUNT/foundations-js-lab1.git replacing YOUR-GITHUB-ACCOUNT with the actual name of your github account.
  4. cd foundations-js-lab1
  5. Run npm install.
  6. Your assignment is to finish the js files in the lib directory. There are detailed instructions in the comments. Be sure to read everything.
  7. To verify the correctness of your assignments, run npm test. This will run the included automated test suite on your code. Your code must pass all of these tests to earn full credit. Additionally, all the tests passing doesn't automatically earn full credit; you must implement the code as specified in the comments of the code. When in doubt, ask a question in the class slack chanel.

The npm test command will also run jshint on your code, to provide at least some certainy on the quality of your code's style. To receive full credit, there should also be no errors or warnings from jshint.

  1. If you want to run the test suite for only a particular excercise, use this command node_modules/mocha/bin/mocha test/excercise1Tests.js replacing the number in excercise1Tests.js, with the number of the excercise you would like to run the tests for.

foundations-js-lab1's People

Contributors

mel-quark avatar cadbot avatar

Watchers

Joe Double 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.