Explore >> Select a destination


You are here

abdulapopoola.com
| | jameshfisher.com
9.2 parsecs away

Travel
| | `foo.bar`, `foo.bar()`, or `foo.bar = baz` - what do they mean? A deep dive into prototypical inheritance and getters/setters.
| | techinsights.manisuec.com
8.9 parsecs away

Travel
| | According to MDN, the Object.freeze() static method freezes an object. Freezing an object prevents extensions and makes existing properties non-writable and non-configurable. A frozen object can no longer be changed: new properties cannot be added, existing properties cannot be removed, their enumerability, configurability, writability, or value cannot be changed, and the object's prototype cannot be re-assigned.
| | syntackle.com
13.0 parsecs away

Travel
| | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly.
| | m10k.eu
76.1 parsecs away

Travel
|