#propertydescriptors — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #propertydescriptors, aggregated by home.social.
-
Getter That Accesses ITSELF?!
This getter is RECURSIVE! It tries to access its own property, creating infinite recursion. But JavaScript handles it... somehow. This will break your brain!
#javascript #javascripttricks #object.defineproperty #circularreference #recursivegetter #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #propertydescriptors #advancedjavascript
-
Getter That MODIFIES Itself When Called?!
This getter is ALIVE! Every time you access it, it CHANGES its own behavior. First call returns one value, second call returns something completely different. This self-modifying code will break your logic!
#javascript #javascripttricks #getters #object.defineproperty #selfmodifyingcode #javascriptweird #javascriptquiz #codingchallenge #javascriptshorts #javascriptwtf #propertydescriptors #advancedjavascript