Posts Tagged webkit javascript1.8

Javascript 1.8 forEach – supported in Safari, Firefox and beyond

If you don’t have to support IE, you can start taking advantage of JavaScript 1.8 features such as the forEach construct. It’s nicer than a conventional for loop when you are iterating over every item in an array. Read the rest of this entry »

  • Share/Bookmark

No Comments