Skip to content

Commit 5fa4772

Browse files
Merge pull request #986 from ZikaZaki/refactor/variable-mutability
randomPassword: Fix variable declaration to adhere to best practices
2 parents 38f3c9b + 0cf23d6 commit 5fa4772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

randomPassword/bhatshakran/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export let capitals = [
1+
export const capitals = [
22
"A",
33
"B",
44
"C",

0 commit comments

Comments
 (0)