Skip to content

Latest commit

 

History

History
737 lines (600 loc) · 46.2 KB

javascript.md

File metadata and controls

737 lines (600 loc) · 46.2 KB

Algorithm

AST

Book

Cheat sheet

Course

Community

Compiler

Event loop

Quirks

Performance

Data structures

Obfuscation

Pattern

TIL

Paper

Cinema

AI

coercion

BigInt

eval

in

void

null

Polyfill

undefined

Object()

function () {}

function* () {}

string

spread/destructuring operator

modules

lexical scoping

Math

default arguments

Object.prototype

new Array()

new Uint8Array()

new Uint32Array()

new ArrayBuffer()

new BigInt64Array()

new SharedArrayBuffer()

new Date()

new Error()

setInterval()

new Promise()

async, await

JSON.parse()

class

OOP

Object.defineProperty()

-https://lihautan.com/who-accessed-my-property

new Map()

new WeakMap()

new Set()

new Proxy()

Reflect()

Bitwise operators

optional chaining operator

new RegExp()

Practice

Single-page application

Snippet

Testing

Virtual machine

Parser

Interpreter

Tool

Documentation

Debugging

Opinion