项目作者: msd-code-academy

项目描述 :
Introductory JavaScript crash course
高级语言: JavaScript
项目地址: git://github.com/msd-code-academy/01-intro-javascript-crash-course.git
创建时间: 2017-02-28T08:58:21Z
项目社区:https://github.com/msd-code-academy/01-intro-javascript-crash-course

开源协议:MIT License

下载


Lesson 01 - Introductory JavaScript crash course

Introductory JavaScript crash course - test your current skills on commonly
misunderstood language features.

Practise & learn

Fork & clone this repo on your machine. Then, in the project directory, run:

  1. npm install
  2. npm test

You should see how tests are executed and 4 of 5 fail. Your goal
is to look into index.js and try to spot & fix all issues in the code
so all tests are green. Consult solution/index.js for help & possible solution.