1.3.0 • Published 4 years ago

@comsci/js-practice v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

js-practice

This repository contains challenges which help you improve your coding skills.

Work in progress

How to use this package

Install and launch it by running npm i --prod @comsci/js-practice && npm explore @comsci/js-practice -- npm start in an empty folder (make sure to npm init -y first). You can change the server port by changing the PORT environment variable. Additionally, appending -- --nobrowser will stop the script from opening the interface in your default browser. You can then visit http://localhost:3000.

All scripts are saved in your files folder. The file name structure is as follows: <challenge-id>.<timestamp>.js. Your test data is saved in the progess/progress.json file. Save this as well if you are backing up your data.

Have fun solving the challenges!

Warning: the code is executed with standard node.js privileges. Be careful when running unknown code.

Shorthand: a=npm;b=@comsci/js-practice;$a i --prod $b;$a explore $b -- $a start

1.3.0

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.0

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago