Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 175 Bytes

File metadata and controls

9 lines (6 loc) · 175 Bytes

Js fundamental : reduceMap

Given a list of youtube videos, find the total duration of the videos in hh:mm:ss format using vanilla JS

Challenges

  • map
  • reduce
  • Math