Skip to content

Commit 0cf23d6

Browse files
authored
Refactor variable declaration to use const instead of let
1 parent 6dc79e9 commit 0cf23d6

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)