A Javascript library for browser exploitation. Contribute to theori-io/pwnjs development by creating an account on GitHub. (more…)
Read more »
Javascript. One of the idioms I love in Javascript land is being able to do this: And now something is the result of DefTrue() … A lot of libraries (and people also tend to write functions li… (more…)
Read more »
In this blog post, we examine a pattern for implementing enums in JavaScript that is based on classes. We’ll also take a look at Enumify, a library that helps with the enum pattern. (more…)
Read more »
JavaScript gives us many ways to do things, but deciding which way can be tricky. Laurie Barth gives us a story of two experts who solve this problem in different ways, giving some insight into how… (more…)
Read more »
After reading yet another blog post about JS classes being “just sugar for prototypal inheritance”, I’ve decided to write this post to… (more…)
Read more »