Skip to content

Commit 3543118

Browse files
committed
Fixed typo
1 parent b66e8bf commit 3543118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/functions-and-arrays.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function maxOfTwoNumbers(firstNumber,secondNumber) {
66
return secondNumber
77
}
88
*/
9-
return Math.maxOfTwoNumbers(firstNumeber,secondNumber)
9+
return Math.maxOfTwoNumbers(firstNumber,secondNumber)
1010
}
1111
// Iteration #2: Find longest word
1212
const words = ['mystery', 'brother', 'aviator', 'crocodile', 'pearl', 'orchard', 'crackpot'];

0 commit comments

Comments
 (0)