β© Running Javascript
β Script tag
β Link external file
β Browser console
β with node
β Script tag
β Link external file
β Browser console
β with node
β© Variables
β² Declarations
β var
β let
β const
β Scope
β Global
β function
β Block
β Hoisting
β² Declarations
β var
β let
β const
β Scope
β Global
β function
β Block
β Hoisting
β© Data types & Data Structures
β² Primitive Datatypes
β undefined
β boolean
β Number
β BigInt
β String
β Symbol
β Null
β Object
β Function
β² Primitive Datatypes
β undefined
β boolean
β Number
β BigInt
β String
β Symbol
β Null
β Object
β Function
β² Data Structures
β Array
β Map/ Weak map
β Set/ Weak Set
β Date
β© Type Conversion
β Explicit Function
β Implicit Function
β© Equality
β == & ===
β Array
β Map/ Weak map
β Set/ Weak Set
β Date
β© Type Conversion
β Explicit Function
β Implicit Function
β© Equality
β == & ===
β© Loops
β while
β do..while..
β for
β break/continue
β for...in
β for...of
β while
β do..while..
β for
β break/continue
β for...in
β for...of
β© Control flow
β if...else
β switch
β try/catch/throw
β if...else
β switch
β try/catch/throw
β© Expressions & Operators
β Assignment Operators
β Arithmetic Operators
β Logical Operators
β Conditional Operators
β Comparison Operators
β Relational Operators
β Bitwise Operators
β String Operators
β Comma Operator
β Unary Operators
β Assignment Operators
β Arithmetic Operators
β Logical Operators
β Conditional Operators
β Comparison Operators
β Relational Operators
β Bitwise Operators
β String Operators
β Comma Operator
β Unary Operators
β© Functions
β Function Declarations
β Function Expressions
β Calling Functions
β Parameters & Arguments
β Scope
β Arrow Functions
β Function Declarations
β Function Expressions
β Calling Functions
β Parameters & Arguments
β Scope
β Arrow Functions
Advanced Javascript
β© Advanced
β² Advanced Scope
β Nested Functions
β Lexical Scoping
β IIFE
β Revealing Module Pattern
β² Closure
β² Currying
β© Advanced
β² Advanced Scope
β Nested Functions
β Lexical Scoping
β IIFE
β Revealing Module Pattern
β² Closure
β² Currying
β© this
β Implicit Binding
β Explicit Binding
β new Binding
β Lexical Binding
β Default Binding
β© Prototype
β© Prototypal Inheritance
β© Class
β© Iterators
β© Generators
β© Event Loop
β Implicit Binding
β Explicit Binding
β new Binding
β Lexical Binding
β Default Binding
β© Prototype
β© Prototypal Inheritance
β© Class
β© Iterators
β© Generators
β© Event Loop
β© Asynchronous Javascript
β setTimeout
β setIntervals
β callbacks
β Promises
β async await
β setTimeout
β setIntervals
β callbacks
β Promises
β async await
β© Module System
β CJS
β ESM
β Import/Export
β Default & Named Exports
β CJS
β ESM
β Import/Export
β Default & Named Exports
Inspirationπ: youtube.com
If you found this thread useful,
1. Do Retweet the first tweet.
2. Follow @CodeMarch for amazing content on Javascript & React.
1. Do Retweet the first tweet.
2. Follow @CodeMarch for amazing content on Javascript & React.
Loading suggestions...