Skip to content

Source for utilities, tips and tricks and anything JavaScript.

Notifications You must be signed in to change notification settings

baltimorecounty/javascript-reference

Repository files navigation

Baltimore County Javascript Reference

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will Node.js

Installation

  1. Clone this repository
  2. Be sure run npm install in your favorite terminal

Adding Utilities

  1. Be sure to create an issue with the proposed utility to add
  2. Add the utility in a location that you think makes sense (will be addressed in the pull request)
  3. Add tests as you seem fit that will test your utility

Running Tests

To run tests, run the following command:

mocha path/to/your/test-file.js

Example

mocha test/array/array-prototype-max.test.js

Javascript Reference

Tips and Tricks

Tooling

About

Source for utilities, tips and tricks and anything JavaScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published