Skip to content

Commit 1205375

Browse files
problem 54 initialization complted
1 parent 4eb27f3 commit 1205375

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

problem54/problem.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## Practice 54:
2+
3+
Create a function called `highestRunScorer` that will
4+
Receive a `2d array` called `playersInfo`
5+
Based on highest score, return the name of the player
6+
7+
> Things required
8+
9+
- Variable
10+
- If-else
11+
- Loop
12+
- Function
13+
- Array
14+
15+

problem54/problem54.js

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
/*
3+
4+
Create a function called highestRunScorer that will
5+
Receive a 2d array called playersInfo
6+
Based on highest score, return the name of the player
7+
8+
Things required
9+
Variable
10+
If-else
11+
Loop
12+
Function
13+
Array
14+
15+
*/

0 commit comments

Comments
 (0)