Skip to main content

6 docs tagged with "High Level"

View All Tags

Garbage-Collection

Garbage-Collection is defined as: 🧹Algorithm (in JS Engine) to remove old unused Object from Heap Memory. Topics on: Memory Leak, Garbage-Collection is impleme

High-Level

High-Level is defined as: of Programming Language to Abstraction Source Code away from Low-Level details (ie allocating Hardware resources). Topics on: Garbage-

Java

Java is defined as: clunky Boilerplate-heavy High-Level General-Purpose OOP Programming Language. inspire name for JS. Topics on: Java compile to bytecode to ru

JS

JS is defined as: Multi-paradigm High-Level Prototypal Inheritance OOP Scripting Language for full stack Web Dev. Topics on: JS Concepts, JS Language, Lib, JS S

Memory Leak

Memory Leak is defined as: old Values clogging up Heap; left behind, not removed. Topics on: Garbage-Collection is required to prevent memory leaks, leak exampl

Python

Python is defined as: High-Level General-Purpose Scripting Language with emphasis on code readability via indentation. Topics on: . Read more: Computer Science,