I thought I knew all the ways to call functions without parentheses: alert`1337` throw onerror=alert,1337 Function`x${'alert\x281337\x29'}x``` 'alert\x281337\x29'instanceof{[Symbol['hasInstance']]:eva... (more…)
Read more »
Basic web components with no Javascript. CSS Only. 3kb (Gzip).
Read more »
Explore how building a GraphQL solution for WordPress may diverge from the standard JavaScript guidelines on several circumstances. (more…)
Read more »
Low-level languages like C, have manual memory management primitives such as malloc() and free(). In contrast, JavaScript automatically allocates memory when objects are created and frees it when they are not used anymore (garbage collection). This automa... (more…)
Read more »