@JuditKaramazov/JavaScripted
My book, Insights from a Junior to future Seniors, is out - and free!
An object is a built-in type in JavaScript made up of properties (string type) and values (any type).
Classes are special functions for creating objects.
Referential equality is when two or more variables point to the same object in memory.
Scope refers to the context in which variables are declared and can be accessed.
Hoisting is a behavior in which a function or a variable can be used before declaration.
JavaScript has eight built-in types, null, undefined, boolean, number, bigint, string, object, and symbol.
Are you enjoying the content? It's for fun - and profit, too!
Type coercion is the automatic (or implicit) conversion of values from one data type to another.
A variable is a binding between a name and a value.
The this keyword is used to indicate the context of a function - and it represents a binding.
7GUIs is a programming benchmark to compare implementations in terms of their notation.
TypeScript is a typed superset of JavaScript that adds structure and catches type safety errors.
Part of the poisonous Pythomazov