Three things wrong with wat
Wat is a hilarious sarcastic blitz talk about type coercion in JavaScript. The last time I watched it I noticed Gary made three errors:
@2:04, @2:16 [] + {} is a string not on object.
@3:04 There is no Array.new(). There is Array() constructor which can be called without the new...