odykyi / exercism

exercism tasks/algorithms in js/typescript

Home Page:https://exercism.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exercism

See /typescript folder

Setup

Go through the setup instructions for TypeScript to install the necessary dependencies:

https://exercism.io/tracks/typescript/installation

Requirements

Install assignment dependencies:

$ yarn install

Making the test suite pass

Execute the tests with:

$ yarn test

In the test suites all tests but the first have been skipped.

Once you get a test passing, you can enable the next one by changing xit to it.

Source

Chapter 9 in Chris Pine's online Learn to Program tutorial. http://pine.fm/LearnToProgram/?Chapter=09

Submitting Incomplete Solutions

It's possible to submit an incomplete solution so you can see how others have completed the exercise.

About

exercism tasks/algorithms in js/typescript

https://exercism.io

License:MIT License


Languages

Language:TypeScript 74.4%Language:JavaScript 16.0%Language:PLSQL 9.6%