This session is about mastering the most commonly used array functions provided by Javascript. Working with arrays is an essential part of being a javascript developer. A lot of the time js developers have an array of some objects. That could be users, products, posts, jobs etc. Developers so often need to filter the arrays, change the structure of the array, sort them or loop through them.
Understanding how to use array functions and the arrow notation can greatly improve the readability of your code.
The module strongly encourages going beyond JavaScript alone and implementing a real frontend—work that runs in the browser with a visible, interactive UI. All exercises (session materials and assignment) are designed so that JavaScript drives HTML and the interface.