π―
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, |
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 15 commits βββββββββββββββββββββ 3.8% | |
| π Daytime 61 commits βββββββββββββββββββββ 15.6% | |
| π Evening 206 commits βββββββββββββββββββββ 52.6% | |
| π Night 110 commits βββββββββββββββββββββ 28.1% |