JavaScript
JavaScript Variables: let, const, Scope, and Values
Understand JavaScript variables through bindings, values, let, const, lexical scope, temporal dead zones, reassignment, mutation, and practical patterns.
Avora knowledge hub
Understand the ideas behind code and learn how strong developers reason about programs.
47 resources
JavaScript
Understand JavaScript variables through bindings, values, let, const, lexical scope, temporal dead zones, reassignment, mutation, and practical patterns.
JavaScript
Learn JavaScript arrays through indexing, iteration, map, filter, find, reduce, immutable updates, copying, sorting, and practical data transformations.
JavaScript
Learn JavaScript objects through properties, access patterns, destructuring, shallow copies, methods, prototypes, equality, and reliable data modeling.
JavaScript
Understand JavaScript functions through parameters, return values, lexical scope, closures, callbacks, higher-order functions, this, and composition.
JavaScript
Learn JavaScript async await through promises, error handling, fetch responses, sequential versus concurrent work, cancellation, and UI states.
Python
Understand Python variables through names, objects, assignment, mutability, identity, equality, local scope, global scope, and practical naming patterns.
Python
Learn Python lists through indexing, slicing, methods, comprehensions, sorting, shallow copies, nested mutation, iteration, and practical patterns.
Python
Learn Python tuples through immutability, ordered records, packing, unpacking, return values, hashability, pattern matching, and list comparisons.
Python
Learn Python dictionaries through hashable keys, safe lookups, updates, iteration, comprehensions, merging, defaults, grouping, and practical modeling.
Python
Learn Python object-oriented programming through classes, instances, methods, dataclasses, class invariants, composition, inheritance, and protocols.
Python
Learn Python file handling through pathlib, context managers, text encodings, CSV and JSON, atomic writes, exceptions, directories, and safe automation.