KevinWu098 / javascript-practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Javascript Practice

Here are some simple coding challenges to practice your Javascript skills. Complete each challenge in the /problems folder.

Usage

Test all of the problems with:

node test.js

Test a subset of problems by adding each number as an argument.
For example, you can run tests 0 and 2 with:

node test.js 0 2

About


Languages

Language:JavaScript 100.0%