Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 239 Bytes

File metadata and controls

15 lines (10 loc) · 239 Bytes

Practice 54:

Create a function called highestRunScorer that will Receive a 2d array called playersInfo Based on highest score, return the name of the player

Things required

  • Variable
  • If-else
  • Loop
  • Function
  • Array