Skip to content

Commit

Permalink
Merge pull request #986 from ZikaZaki/refactor/variable-mutability
Browse files Browse the repository at this point in the history
randomPassword: Fix variable declaration to adhere to best practices
  • Loading branch information
NitkarshChourasia authored Jan 12, 2024
2 parents 38f3c9b + 0cf23d6 commit 5fa4772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion randomPassword/bhatshakran/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export let capitals = [
export const capitals = [
"A",
"B",
"C",
Expand Down

0 comments on commit 5fa4772

Please sign in to comment.