JavaScript WTFs 6 - Arrays

time1 yr agoview5 views

Some "surprising" things about JavaScript. Andy Balaam discusses the Array object, which is a very leaky abstraction over the object type. This leads to the ability to add properties to arrays, and the fact that for-in loops over arrays are most odd. The slides are here: http://www.artificialworlds.net/blog/2012/03/30/javascript-wtfs/

Loading comments...