Email the Author
You can use this page to email Xuanyi Chew about Underhanded JavaScript.
About the Book
"WTF, JavaScript! Curse you Eich! Damn you Crockford!! JavaScript is the worst language ever!"
Ever had those moments when reading someone else's JavaScript code and screamed something like the above? Code that appears to do one thing but actually does something else? Welcome to the weird and wonderful world of JavaScript.
JavaScript can be a beautiful language - there exists a book about 100 pages on the good parts of JavaScript after all. However it's more often than not more full of warts. The problem is JavaScript does not follow the principle of least surprise. There are JavaScript code out there that can surprise even the most experienced of JavaScript developers - not in a good way, mind. Accidental globals are just the tip of the iceberg.
If you have ever seen WTF-worthy JavaScript code (and any JavaScript dev worth her salt would have encountered at least one) and wondered wtf is happening, this book is for you.
If you were surpised with the result of a particular piece of code, and wondered why the results are what they are, this book is for you.
If you have ever wondered why [0] == 0
? Why "true" == true
returns false
then this book is for you.
In this book I go through ~12 examples of crazy JavaScript that would make anyone go "WTF??!", examples such as:
- Why certain Immediately Invoked Function Expressions don't work?
- Why in some contexts, commas act funnily.
- Why in some cases newlines act funnily.
- Why in some cases, Google Chrome appears to support block-level scoping without ES6 syntax
- Why truthy values are not true, and why falsey values are not false
- Why is
eval
evil? - What is
foo)(
- And many more
I go through these examples, and then explain how the examples happen and work, in a step-by-step manner. Then in a tongue-in-cheek manner, suggest ways to wreak havoc on the unsuspecting using said "quirks" of JavaScript. I for one do not actually condone such behaviour. However, all the examples in this book, I have actually seen in real life, and have often cursed the arsehole developers who wrote them. The actual main aim of this book is to help write better code by showing the obvious pitfalls that you may find when debugging other peoples' codes.
Sometimes, it's not that these developers are intentionally being arseholes. Most times, the code is well-intentioned, but due to the way the language (and/or implementation) works, the results come out unexpectedly. Other times, it is exceedingly intentional, and innocent-looking code can do a lot of (financial) damage. I cover these and more in the book.
If you want to know more about the content, here is a talk I gave about arsehole JavaScript
Who this Book Is For
This book assumes you are already an intermediate-to-advanced frontend or backend Javascript developer, and is considered to be light reading. Early reviews have compared it to a light-hearted Programmng Pearls for Javascript developers. This author thinks it's more like Programming Turds, but okay.
Current Status
The book is currently in final editing stages. No more new content will be added in the near future.
About the Author
Xuanyi actually wrote this book while procrastinating on another much larger book on Javascript virtual machines (also Hacker News was down). The inspiration for this book was derived from all the times he was driven crazy by bad and downright bizzare Javascript code. He decided to catalogue those quirks and write up explanations as to why they happen.
Other than that, Xuanyi, like Zaphod Beeblebrox, is just this guy, you know...