http://forum.espruino.com/conversations/297892/#comment13388222 ``` var Util = { foo:x=>x.forEach(e=>console.log(e.length)) }; ``` Should work - seems to work on its own, but not when nested.