Skip to content

boolean-uk/js-fundamentals-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS Fundamentals Extra

This repo contains additional exercises for those that have completed the js-fundamentals repository but wish to continue practicing.

Setup

  1. Fork this repository to your GitHub account
  2. Clone your forked repository to your machine
  3. Change directory into the project.
  4. Install the project dependencies
$ npm install

Instructions

The set up and process is the same as for js-fundamentals, but here all exercises are inside a single source file and spec file. Start by running the tests. Open up the project in VS Code, start a new terminal (Terminal -> New from the menu) then run the npx jasmine command:

$ npx jasmine --fail-fast=true spec/js-fundamentals-extra.spec.js

Inspect this output. Your output might be slightly different. Read through this, and focus on one test at a time. Get the tests to pass by editing the source file located in the src directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published