turingschool/javascript-exercises

Name: javascript-exercises

Owner: Turing School of Software & Design

Description: null

Created: 2016-09-14 15:57:06.0

Updated: 2018-04-19 23:57:27.0

Pushed: 2016-09-16 17:19:19.0

Homepage: null

Size: 142

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Javascript Exercises

A collection of exercises to practice various Javascript concepts.

Getting Started
t clone https://github.com/turingschool/javascript-exercises.git
 javascript-exercises
Folder structure

Exercises are grouped by concept. Some concepts will have just one exercise, and will have a /lib and /test folder. Some will have multiple exercises, each with their own /lib and /test. Some will have many test files in the /test folder.

Each sub-directory has its own README with more info. You'll get the hang of it.

Running the Tests

These use the browser based testing framework Mocha, along with Chai assertions. You'll run the test to validate your answer to each exercise.

en concept/exercise/test/test-file.html

e.g.

en objects-and-methods/exercise1/test/index.html
Exercises

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.