We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eb27f3 commit 1205375Copy full SHA for 1205375
problem54/problem.md
@@ -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
+/*
+Create a function called highestRunScorer that will
+Receive a 2d array called playersInfo
+Things required
+Variable
+If-else
+Loop
+Function
+Array
+ */
0 commit comments