The seventh way to call a JavaScript function without parentheses

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… Read more

Similar

TTL Simulator in JavaScript

How do you celebrate your YouTube channel passing the 7400 subscriber mark? If you are [Low Level JavaScript], the answer is obvious: You create a 7400 TTL logic simulator in JavaScript. The gate s… (more…)

Read more »