Skip to content

Commit

Permalink
Allow numbers in name.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Feb 25, 2023
1 parent c1d3cf8 commit f10a366
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions js/numerology.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ var letter2number = {
X: 6,
Y: 7,
Z: 8,
1:1,
2:2,
3:3,
4:4,
5:5,
6:6,
7:7,
8:8,
9:9
},
// Vowel/Consonant map
letterCV = {
Expand Down

0 comments on commit f10a366

Please sign in to comment.