Skip to content

I promise to write a better description... later... (56 programs)

License

Notifications You must be signed in to change notification settings

SLIB53/exercism-javascript-answers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercism JavaScript Answers

DeepScan grade

Exercism.io provides practice problems and mentorship for many programming langauges. This repository contains my solutions to the "JavaScript Track".

As with all exercism tracks, I practice creating these solutions to acquire a basic knowledge of the syntax and built-in functionality of the language, as well as improved fluency in reading and writing idiomatic code for the language.

Exercises

Hard

Medium

Easy

Running Tests

For each solution, install dependencies (I use yarn), then run the package test script. Check the README for further instructions.

yarn && yarn test

To run all the tests, use the test_all.sh script.

sh _scripts/test_all.sh

Alternatively, tests can be run from a container using the 'Dockerfile'. Tests will run on build.

docker build --tag exercism-javascript-answers:latest .

Why Yarn?

When I first began developing this project, Yarn performed much better due to its package caching.

About

I promise to write a better description... later... (56 programs)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages