JavaScript Full Stack Series-03-Rendering Collections and Modules

🔎 Intro

This blog covers how to render collections in React, how to use the map method to iterate over an array of objects and more related concepts.

đź’ˇ New concepts

  • Map method:
    The map() method creates a new array populated with the results of calling a provided function on every element in the calling array. More details
  • Refacoring Modules:
    Refactoring is the process of restructuring existing computer code—changing the factoring—without changing its external behavior.

👨‍💻 Reviewed concepts

đź“ť Course exercise

  1. Updates to part1 exercise courseinfo with refactorred modules and trying out JavaScript arrays methods like map. Link to the repo
â–˛