.toString()
.toString() is defined as: to return string of Source Code of calling function. Topics on: Override (Polymorphism) Object.prototype.toString method. Read more:
.toString() is defined as: to return string of Source Code of calling function. Topics on: Override (Polymorphism) Object.prototype.toString method. Read more:
/src is defined as: dir to add Source Code & other files to later Bundler into single Package. Topics on: /src/main.tsx, /src/index.js, /src/components/App.js.
<code> is defined as: Code Inline Element to style text as fragment of Source Code. Topics on: to display multiple lines of code, <code> applies default CSS sty
<pre> is defined as: HTMLElement to display preformatted text (as literally written in HTML Source Code). Topics on: . Read more: HTML, Flow Content, HTML Eleme
AOT Compilation is defined as: to translate Source Code into an intermediate code IR. Topics on: IR. Read more: JS, JS Concepts, JS Engine, Compiler, AOT Compil
Assembly language is defined as: Programming Language to compose CPU-arch specific Low-Level Source Code closer to Machine Code. Topics on: Web Assembly. Read m
AST is defined as: tree data struct to rep Source Code by organize JS Keywords for JS Engine. Topics on: JS Engine uses AST to check SyntaxError & generate Mach
Asynchronous Code is defined as: Non-Blocking Source Code to defer execute, wait in Callback Queue & move to Call Stack once background task Settled. Topics on:
Baseline Compiler is defined as: JS Compiler to transform Source Code into unoptimized executable Bytecode/Machine Code ASAP. Topics on: V8 uses Baseline Compil
Block is defined as: Source Code Encapsulation in { } curly braces (excl Object Literals) to define boundary of Lexical Environment. Topics on: !recall if & loo
Boilerplate is defined as: verbose repetitive Source Code snippets, to be obselete by AI..!. Topics on: . Read more: React, React Stack, CRA, Boilerplate, Sourc
Code Splitting is defined as: (Design Pattern) to load Source Code in Chunks, as needed vs all at once. Topics on: chunk, static import, dependencies. Read more
Commit is defined as: snapshot of file/Source Code state, with UID SHA hash. Topics on: Head, Commit History. Read more: Dev Tool, Git, Git Definition, Commit,
Compile Time is defined as: Program lifecycle phase to Compiler Source Code. Topics on: . Read more: JS, JS Concepts, JS Engine, Call Stack, EC, Compile Time, P
Compiled Language is defined as: of Programming Language where entire Source Code convert into Machine Code all at once, written to portable Executable file, ex
Compiler is defined as: Program to translate Source Code to Machine Code (or IR). Topics on: Compilers may use AOT or JIT, AOT Compilation. Read more: JS, JS Co
Dead Code is defined as: unused Source Code. Topics on: . Read more: JS, Lib, Module, Bundler, Dead Code Elimination, Dead Code, Source Code | Full-Stack Wiki
Dead Code Elimination is defined as: (process) to remove unused Source Code. Topics on: Bundler to enable faster loading & allow Dead Code Elimination, Dead Cod
Decomposition is defined as: Factoring; Paradigm stragegy for organizing Program by breaking down complex system into simpler parts. Topics on: structured analy
Dependency is defined as: extra external code that a project/Source Code depends on to work. Topics on: Cyclical Dependency. Read more: JS, Lib, Module, Depende
Dockerfile is defined as: plaintext doc with Source Code to instruct Docker on how to build Docker Container Image. Topics on: FROM, RUN, ENV, CMD [], ADD, COPY
DRY is defined as: (principle) to avoid repeat Source Code/etc via Abstraction/Functional Programming. Topics on: Refactor, WET. Read more: Computer Science, De
Dynamic Level is defined as: TS Runtime Language Level of JS Source Code & Variables. Topics on: Values exist on Dynamic Level, regular functions exist on Dynam
eval() is defined as: to evaluate Source Code Argument as string at Runtime - bad for security/perf. Topics on: . Read more: JS, JS Language, JS Global Function
Expression is defined as: single line of Source Code to evalute to a Value. Topics on: . Read more: JS, JS Language, Expression, Source Code, Value|web-Dev Wiki
FOSS is defined as: Permissive License to allow mod/redis w/o commercial limit & expose ALL Source Code. Topics on: MIT License, GPL2, Permissive License, Apach
Framework is defined as: set of methods to Abstraction design/structure Source Code. Topics on: . Read more: Computer Science, Computer Lang, Programming Langua
git is defined as: Dev tool system to track Diff in files/Source Code. Topics on: git definition, git command, git VS Code Integration, GitLens, github, git com
High-Level is defined as: of Programming Language to Abstraction Source Code away from Low-Level details (ie allocating Hardware resources). Topics on: Garbage-
IDE is defined as: Dev tool to write/build/test Source Code. Topics on: VS Code, source code editor, build automation tool, debugger, Linter. Read more: Dev Too
Intellisense is defined as: Source Code autocomplete. Topics on: Peek Def. Read more: Dev Tool, IDE, VS Code, VS Code Features, Source Code|FullStack Wiki by RJ
Interpretation is defined as: Programming Language with Interpreter to parse & execute Source Code line by line. Topics on: Interpreter, JS Interpreter, Interpr
JS Compiler is defined as: Program to transform JS Source Code, consists of Baseline Compiler, Optimization Compiler & Monitor. Topics on: Baseline Compiler, Op
JS Engine is defined as: Program to execute JS Source Code, consists of Call Stack, Heap, Callback Queue & Event Loop. Topics on: Browser Vendor Engines, Call S
JSDoc is defined as: Markup Lang to add inline documentation to JS Source Code. Topics on: !deprecated by TSDoc, !version current JSDoc 3, !hood, Documentation
Lexical Environment is defined as: current Scope environ where JS Engine read Source Code. Topics on: each EC tells JS Engine which Lexical Environment currentl
Lexical Scope is defined as: Placement environ where Source Code is defined to determine Variable Scoping. Topics on: Lexical. Read more: JS, JS Concepts, JS En
Lib is defined as: Library Collection of prewritten Source Code to reuse in App. Topics on: @faker-js/faker, a collection of function to be used in project to p
Linter is defined as: Dev tool to spell check Source Code statically check, flag bugs/inconsistencies, give warnings, suggest best practices, etc. Topics on: ES
Literal is defined as: JS Syntax to rep Source Code as literally written. Topics on: Object Literal, Template Literal, String literal, Array Literal, Boolean Li
Low-Level is defined as: of Programming Language to Abstraction less with Source Code closer to Machine Code, req closer management of Hardware resources. Topic
Module is defined as: JS file exports Source Code. Topics on: Script, CommonJS, module.exports, require(), ES Module, AMD Module, Loading Module Cycle, Module S
Monarch is defined as: Library for Source Code Syntax Highlight via JSON declaration. Topics on: uses JSON for declarative syntax highlighting, used to define t
Monitor is defined as: JS Optimization Compiler component to analyse warm/hot Source Code & Type. Topics on: hot, warm. Read more: JS, JS Concepts, JS Engine, J
namespace is defined as: TS Syntax to group related Source Code (mainly for API). Topics on: namespaces in TS previously referred to as 'internal modules'. Read
Non-Blocking is defined as: of code to not pause execution for rest of Source Code sequence. Topics on: . Read more: JS, JS Concepts, Multi Paradigm, Concurrenc
Optimisation is defined as: (process) Optimization Compiler recompiles Source Code in background during Execution. Topics on: can iterate multiple times, replac
ORM is defined as: (Design Pattern) data layer to abstract Backend Source Code from Database. Topics on: ORM use objects to virtually map to tables in db, ORM u
Paradigm is defined as: approach/mindset of coding style, structure & technique to write Source Code. Topics on: Paradigm subdivide as Imperative or Declarativ
Parsing is defined as: (process) to read Source Code & generate AST.. Topics on: AST. Read more: JS, JS Concepts, JS Engine, JIT, JIT Compilation Flow, Parsing,
Prepack is defined as: Dev tool to recompile JS Source Code by AOT Compilation for perf. Topics on: Replaces with equivalent code that removes intermediate comp
Preprocessor is defined as: Dev tool to Transpile Source Code Superset to other (base compatible) Source Code. Topics on: . Read more: CSS, CSS Stack, Sass, Pre
Readability. Topics on: Indentation, Naming Convetion, Decomposition. Read more: Computer Science, Computer Lang, Programming Language, Source Code, Readability
Refactor is defined as: (process) to restructure Source Code to improve Readability, updating, etc. Topics on: . Read more: Computer Science, Design Pattern, DR
Script is defined as: Source Code fragment run in Global Scope by Browser. Topics on: Script were precursors of Module, before ES6, Module not added - only Scri
Semantic is defined as: Meaning of Source Code. Topics on: . Read more: Computer Science, General Computing Concepts, Syntax, Semantic, Source Code|web-Dev Wiki
Source Code is defined as: Human readable Abstraction over Machine Code, to write Programs. Topics on: Readability. Read more: Computer Science, Computer Lang,
Spaghetti Code is defined as: Messy Source Code with obfuscated Semantic 🍜👨💻. Topics on: Callback Hell, Wrapper Hell, Prop Drilling, Dependency Hell. Read m
Statement is defined as: single line of Source Code, end with ; semicolon. Topics on: Line Comment, Block Comment, Control Flow, Directive. Read more: JS, JS
statically check is defined as: (process) to check Source Code w/o run. Topics on: . Read more: JS, TS, TS Def, Static Type System, Statically Check, Source Cod
Sync is defined as: Runtime behaviour to execute Source Code sequentially line-by-line in exact order, tends to be Blocking. Topics on: Blocking. Read more: JS,
Syntactic Sugar is defined as: 🍰 JS Syntax to Abstraction logic into 'sweeter' simpler Source Code. Topics on: Syntactic Sugar allows for better DX. Read more:
SyntaxError is defined as: Exception due to incorrect JS Syntax, will throw at Parsing/Compilation phase of Source Code. Topics on: . Read more: JS, JS Language
TDZ is defined as: Region of Source Code outside Scope of a variable, variable uninitialized from Scope start to Declaration. Topics on: . Read more: JS, JS Con
Top-Level Code is defined as: Source Code in Global Scope, outside Block. Topics on: . Read more: JS, JS Concepts, JS Engine, Call Stack, EC, Global EC, Top Lev
Transpile is defined as: (process) to translate Source Code into some other Source Code. Topics on: Babel. Read more: React, React API, JSX, Transpile, Source C
Utility Class is defined as: class library with predefined rules for DRY Source Code & consistent naming scheme, & more granular custom control over groups of b
VDOM is defined as: Intermediate Abstraction layer between Source Code & DOM API , data structure to mirror DOM API comprised of Fiber (React Element). Topic
Watch Mode is defined as: TSC mode to continuously monitor & recompile upon Source Code change (save). Topics on: . Read more: JS, TS, TS Def, TSC, TSC Commands