Skip to content

Repository files navigation

Learn JavaScript

TOPICS

Install

Download and install Node.js 18

or

nvm use 18
apt-get install nodejs

or

brew install nodejs

then (optional: if you want to run tests)

npm i -g pnpm
pnpm i

Run

For example

node oop/intruduction/01-list.js
node oop/fib/fib.js

Test

pnpm test

Self test

pnpm test:examples

Jest

pnpm test:unit

Watch

pnpm watch:test

Resources

About

Learn JavaScript

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages