Skip to content

Javascript Fundamentals

Getting setup

I always find the best way to get started with a language is to get some sort of REPL installed, for Javascript this is node.js. This provides a CLI that you can try many of the concepts of the language without having to learn the intracies of an IDE and its environment. For more details about node.js head over to https://nodejs.org/en/download/

Language Basics