Skip to content

Commit 0014812

Browse files
Remove unused function from stub high-score-board.js
1 parent 22de6ec commit 0014812

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

exercises/concept/high-score-board/high-score-board.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,3 @@ export function updateScore(scoreBoard, player, points) {
5454
export function applyMondayBonus(scoreBoard) {
5555
throw new Error('Please implement the applyMondayBonus function');
5656
}
57-
58-
/**
59-
* Normalizes a score with the provided normalization function.
60-
*
61-
* @param {Params} params the parameters for performing the normalization
62-
* @returns {number} normalized score
63-
*/
64-
export function normalizeScore(params) {
65-
throw new Error('Please implement the normalizeScore function');
66-
}

0 commit comments

Comments
 (0)