List of antidebugging techniques applied to JavaScript (focused on browsers)... (more…)
Read more »
Today, while I was working, someone sent an interesting little script in a chat group: http://jsbin.com/nijohi/edit?js,output. The original code was written by Martin Kleppe — kudos to him for the… (more…)
Read more »
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 »
Get through the weird parts of JavaScript with an ease this advanced JavaScript course. Created and instructed by one of the top udemy… (more…)
Read more »
I figure the best way to learn about something is to try to build it from scratch and see what happens. (more…)
Read more »