{ round: 3, day: 2 }
> ⏳
#freeCodeCamp:
#React (100%)
> If we need to render an unknown number of elements then we can [].map((element, index) => { }) to handle unknown state ahead of time
> To know the amount of users online, we could [].filter(booleanFunction)
#100DaysOfCode