Git Product home page Git Product logo

javascript-i's Introduction

JavaScript I

This project is designed to get you used to working with all of the concepts we cover during the first 2 days of JavaScript Fundamentals week.

Project initialization

  • Fork and Clone this repository and cd into it.
  • Run the command npm i to install needed node packages.
  • JUST a reminder this command runs a script on your machine based on the package.json file you have installed in your project. By running this command, you're telling your project to head over to npm.org and download all of the packages you need for this project.

    Instructions

  • This project is designed to carry over from JavaScript I through JavaScript II.
  • Please complete the project files in this order: callbacks.js arrays.js objects.js and finally closure.js.
  • In each project file you'll see a series of problems to work through,.
  • When you feel like you've completed the problem, be sure to run, npm test <file name> to get see if your code works properly... and to check if you have any linting errors.
  • Work until you have all of the tests passing.

Running the tests

Example:

npm test arrays

-> executes all of the tests in the `src/tests/arrays.tests.js file`

npm test closure
-> executes all of the tests in the `src/tests/closure.tests.js file`

javascript-i's People

Contributors

mgchmiel avatar ryan-hamblin avatar sunjieming avatar

Watchers

James Cloos 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.