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 β–ˆβ–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 7.7%
πŸŒ† Daytime 28 commits β–ˆβ–ˆβ–ˆβ–Šβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 17.9%
πŸŒƒ Evening 114 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–Žβ–‘β–‘β–‘β–‘β–‘ 73.1%
πŸŒ™ Night 2 commits β–Žβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 1.3%
@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,