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

What Is JavaScript Made Of?

During my first few years of using JavaScript, I felt like a fraud. Even though I could build websites with frameworks, something was missing. I dreaded JavaScript job interviews because I didn’t have a solid grasp on fundamentals. (more…)

Read more »