Python, Prompt Engineering, Data Science — Build the Skills Employers Want Now
AI Engineer - Learn how to integrate AI into software applications
Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Learn essential JavaScript array manipulation techniques through this comprehensive video tutorial covering higher-order functions and their practical applications. Explore the map() function for transforming array elements, the fill() method for populating arrays with values, and the reduce() function for aggregating data into single values. Master the filter() method to selectively extract elements based on conditions and understand the sort() function for organizing array data. Discover how these array functions work as higher-order functions in the ES6 JavaScript specification. Apply your knowledge by building a practical particle system project that demonstrates real-world usage of these array manipulation techniques in a creative coding context.
Syllabus
16.5: Higher Order Functions in JavaScript - Topics of JavaScript/ES6
16.6: Array Functions: map() and fill() - Topics of JavaScript/ES6
16.7: Array Functions: reduce() - Topics of JavaScript/ES6
16.8: Array Functions: filter() - Topics of JavaScript/ES6
16.9: Array Functions: sort() - Topics of JavaScript/ES6
16.10: Particle System with JS Array Functions - Topics of JavaScript/ES6
Taught by
The Coding Train