Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions exercises/concept/high-score-board/high-score-board.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,3 @@ export function updateScore(scoreBoard, player, points) {
export function applyMondayBonus(scoreBoard) {
throw new Error('Please implement the applyMondayBonus function');
}

/**
* Normalizes a score with the provided normalization function.
*
* @param {Params} params the parameters for performing the normalization
* @returns {number} normalized score
*/
export function normalizeScore(params) {
throw new Error('Please implement the normalizeScore function');
}