JavaScript Basic
JavaScript Notes & Reference Hey! Welcome to my Beginner JavaScript Notes + Reference. These notes are a free resource, based on my Beginner JavaScript Video Course. They can be used as a stand alone guide, along with the videos or a quick reference for all the different parts of JavaScript like the different ways to declare a function. The code written in these notes is available in the Beginner JavaScript repo on github. Did i miss something? All the notes are open source and edits are greatly appreciated! 1 - The Basics 01 - Welcome 02 - Browser, Editor and Terminal Setup 03 - Running and Loading JavaScript 04 - Variables and Statements 05 - Code Quality Tooling with Prettier and ESList 06 - Types - Introduction 07 - Types - Strings 08 - Types - Numbers 09 - Types - Objects 10 - Types - Null and Undefined 11 - Types - Booleans and Equality 2 - Functions 12 - Functions - Built-in 13 - Functions - Custom 14 - Functions - Parameters and Arguments 15 - Different Ways to Declare Fun