Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GMissaka committed Jul 12, 2024
1 parent 3ee0eb9 commit ddb3dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ document.addEventListener('DOMContentLoaded', () => {

const letterPoints = {
'A': 0, 'B': 3, 'C': 3, 'D': 2, 'E': 0, 'F': 4, 'G': 2, 'H': 4,
'I': 0, 'J': 8, 'K': 5, 'L': 1, 'M': 3, 'N': 1, 'O': 0, 'P': 3,
'I': 0, 'J': 10, 'K': 5, 'L': 1, 'M': 3, 'N': 1, 'O': 0, 'P': 3,
'Q': 50, 'R': 1, 'S': 0, 'T': 1, 'U': 0, 'V': 4, 'W': 4, 'X': 8,
'Y': 4, 'Z': 30
};
Expand Down

0 comments on commit ddb3dda

Please sign in to comment.