Javascript Fundamentals
Concept videos
- Asynchronous Javascript Crash Course - Codevolution
concepts in javascript
- Web Browser
- Html
- High Level
- ECMA
- WASM
- Runtime
- Scripting Language
- Browser Dev Tools
- Interpreted
- V8 Engine
- Just In Time Compilation
- Script Tag
- Src Attribute
- Console Log
- Let
- Camel Case
- Primitive
- Mutable
- Undefined
- Null
- String
- Object
- Semicolons
- Const
- Var
- Lexical Environment
- Global Scope
- Function
- Local Scope
- Block Scope
- Hoisting
- Function Definition
- Arguments
- Return
- Function Expression
- Higher Order Function
- Closures
- Call Stack
- Heap
- this
- Window Or Global
- Bind
- Arrow Function
- Anonymous
- Passed By Value
- Passed By Reference
- Object Literal
- Object Constructor
- Property
- Prototype Chain
- Inheritance
- OOP
- Classes
- Constructor
- Get/Set
- Instance Method
- Static Method
- Array
- Set
- Map
- Garbage Collection
- Weakmap & Weakset
- Event Loop
- Sync
- Async
- Single Threaded
- SetTimeOut
- CallBack
- CallBack Hell
- Promise
- Resolve
- Reject
- Then/Catch
- Async
- Await
- Try/Catch
- ES Modules
- Default Import/Export
- Named Import/Export
- NPM
- Node Modules
- Package.JSON
- DOM
- Document
- QuerySelector
- Selector
- QuerySelectoral
- Element
- Event
- Imperative
- Declarative
- Components
- Data Binding
- Module Bundling
- Network Waterfall
- Dynamic Imports
- Node.JS
- Express
- Metaframework
- TypeScript
- ESLint