Skip to content

Commit 865a944

Browse files
authored
Update script.js
Line 30 should be number: getRandomNumber;
1 parent 375bc41 commit 865a944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

031-password generator/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const getRandomSymbol = () => {
2727
const randomFunctions = {
2828
lower: getRandomLower,
2929
upper: getRandomUpper,
30-
number: getRandomSymbol,
30+
number: getRandomNumber,
3131
symbol: getRandomSymbol,
3232
};
3333

0 commit comments

Comments
 (0)