Preface
JavaScript Notes
Preface
Node & NPM
1
Node.js & npm Command Cheatsheet
JS Basic
2
Basic Syntax
3
Data Types
4
JS: Type
5
Variable Declarations
6
Arithmetic Operators
7
Comparison and Logical Operators
8
Control Flow
TS
9
TS - Roadmap
10
TS: Get Started
11
Type system fundamentals
12
TypeScript Classes Cheatsheet
13
Abstract Classes vs Interfaces vs Type Aliases in TS
Package & Module
14
CJS vs ESM
15
JS Module System
16
Index.JS
17
Path Alias
18
JavaScript Package Managers Compared
React
19
Quick React & JSX
20
JSX DeepDive
21
React Compound Component
22
React Hooks
23
Creating Custom Hooks
Docusaurus
24
Docusaurus Version
Next JS
25
Create Next JS App
26
Next.js Archiecture
27
Page Router vs App Router in Next.js
28
Build Next JS
29
Build for Static vs SSR
30
Environment Variables in Next.js
31
.env.local
vs
.env.development
Browser
32
Browser Storage Types Overview
33
localForage: A Powerful Storage Abstraction Library
Table of contents
Preface
JavaScript Notes
Author
Kittipos Sirivongrungson
Published
November 4, 2025
Preface
Note
My notes on JavaScript
1
Node.js & npm Command Cheatsheet