reduce
ECMAScript 5’s new array methods
PUBLISHED
Introduction
Modern web browsers have many new JavaScript features which often stay unknown for developers because they are accustomed to use some utility libraries or frameworks with adequate functionality. Tizen platform equipped with modern web runtime gives you a chance to use these new features without worrying about problem of cross-browser compatibility or efficiency. In this article we want to show you the new methods of iteration over an array which were introduced with ECMAScript 5.1.
Category:
Dev Tips
- Read more about ECMAScript 5’s new array methods