bcem2004 / js-javascripting-study

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

General Assembly Logo

JavaScript: javascripting Study

This study should be completed over multiple evenings.

NodeSchool is an excellent free and open-source resource for learning Node.js. We will use NodeSchool in the future to help us learn to learn how to develop APIs using Node.js. For now, we'll use the javascripting workshop to review what we've learned so far.

Prerequisites

Objectives

By the end of this, developers should be able to:

  • Recognize common, fundamental development patterns in JavaScript.
  • Work with primitives, reference types, control flow, callbacks, and array methods.

Instructions

  1. Fork and clone this repository.
  2. Change into the new directory.
  3. Create and checkout a new branch, named response.
  4. Follow the directions given in study.md.
  5. When finished, push to your fork and submit a pull request.

You may wish to refer to FAQs related to forking, cloning, and pull requests.

Tasks

Developers should run these often!

  • grunt nag or just grunt: runs code quality analysis tools on your code and complains.
  • grunt reformat: reformats all your code in a standard style.
  • grunt test: runs any automated tests; may depend on grunt build.
  1. All content is licensed under a CC­BY­NC­SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

License:Other


Languages

Language:JavaScript 100.0%