.sort.call – A weird trick to call a JavaScript function without parenthesis

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