π―
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| π Morning 12 commits βββββββββββββββββββββ 4.5% | |
| π Daytime 52 commits βββββββββββββββββββββ 19.3% | |
| π Evening 179 commits βββββββββββββββββββββ 66.5% | |
| π Night 26 commits βββββββββββββββββββββ 9.7% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function NumberToKorean(num) { | |
| let bNum = BigInt(num); | |
| let str = bNum.toString().replace('n', ''); | |
| let strArr = str.split(''); | |
| let resultArr = []; | |
| let unitWords = { | |
| 'μ¬λ°±μλ―Έ': null, | |
| '': 3, | |
| μ²: 3, | |
| λ§: 4, |