Skip to content

Instantly share code, notes, and snippets.

View filename24's full-sized avatar
🎯
Focusing

__filename filename24

🎯
Focusing
View GitHub Profile
🌞 Morning 12 commits β–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 6.3%
πŸŒ† Daytime 29 commits β–ˆβ–ˆβ–ˆβ–β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 15.3%
πŸŒƒ Evening 133 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘β–‘β–‘β–‘β–‘ 70.0%
πŸŒ™ Night 16 commits β–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 8.4%
@filename24
filename24 / nutk.js
Last active May 6, 2021 00:19 — forked from sujang958/nutk.js
number unit to korean
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,