JavaScript Experimentation for Noobies A small compilation of JavaScript terminal and browser apps for noobies to get yourself familiarize with the language itself. Nothing but fun! Usage Clone the repo using <> Code button via GIT. Run any .js file with node. Demo code: Printing Hello World! console.log("Hello World")