You are here |
abdulapopoola.com | ||
| | | |
jameshfisher.com
|
|
| | | | `foo.bar`, `foo.bar()`, or `foo.bar = baz` - what do they mean? A deep dive into prototypical inheritance and getters/setters. | |
| | | |
techinsights.manisuec.com
|
|
| | | | 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
|
|
| | | | You might be familiar with functions in JavaScript. An IIFE is a special type of function which is invoked implicitly. | |
| | | |
m10k.eu
|
|
| |