Skip to content
 
 

Latest commit

 

History

101 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Basics

This repository contains a series of katas I completed using JavaScript as part of Command Shift bootcamp.

It is based on a repository of unit tests and empty function definitions cloned from: https://github.com/CommandShiftHQ/javascript-basics

Getting started

Clone this repository

  • Create a fork of this repo.
  • Copy the fork's git address and clone to your machine using git clone.

Install the project dependencies

Use the command npm install to download the project's dependencies and create a node_modules folder.

Run the test code

Use the command npm test to run the Jest testing framework.

To run the tests for each group of katas, use the commands:

  • npm test -- numbers
  • npm test -- strings
  • npm test -- booleans
  • npm test -- arrays
  • npm test -- objects

About

Exercises covering basic JavaScript concepts.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages