Contents

JS

Contents

JavaScript

Lets get to learning some Javascript. CSS and HTML are big things on their own but JS itself is a big beast in the world of web. Javascript or its fancier cousion Typescript can both be run on the browser or the cli. It is also the language of choice in Postman Scripts and tests. JS is ubiquitious at this point.

Simple Hello world that can be saved into a file and ran on the command line as node file.js or the browser console.

console.log("Hello World!")

Best Javascript resources I have found so far. Javascript.info Eloquent Javascript