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 Functions

16 - Debugging Tools


3 - The Tricky Bits

17 - Scope

18 - Hoisting

19 - Closures


4- The DOM

20 - Introduction to the DOM

21 - Selecting Elements

22 - Element Properties and Methods

23 - Working with Classes

24 - Built in and Custom Data Attributes

25 - Creating HTML

26 - HTML from Strings and XSS

27 - Traversing and Removing Nodes

28 - Cardio

Comments

Popular posts from this blog

How to download Java | RJAVATech

Java | How to start Learning Java