Joined November 2012
·

Jesper Petersson

Valtech
·
Stockholm, Sweden
·
·
·

Posted to A neat foreach-loop in Javascript over 1 year ago

The for...in loop can iterate over any kind of enumerable object, including dictionaries and arrays.

The Array.forEach() is nice, but it's not supported in older browsers like IE8 and below.

Posted to Reindent an entire file over 1 year ago

@vimrocks Thanks, I didn't know that. Awesome!

Achievements
162 Karma
2,570 Total ProTip Views