Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Description

Executable JavaScript cheatsheet, both for experimentation and reference.

Instructions

$ nvm ls            # list Node versions
$ nvm use v14.17.2  # or later
$ npm install
$ node index.js

Todos

Topics to add:

  • regex
  • testing
  • CommonJS modules
  • ES6 modules
  • Generators
  • Express
  • Object.entries, Object.values
  • Shared memory