Skip to content

Instantly share code, notes, and snippets.

View filename24's full-sized avatar
🎯
Focusing

Ankhgerel Amgalantamir filename24

🎯
Focusing
View GitHub Profile
🌞 Morning 12 commits β–‰β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 4.5%
πŸŒ† Daytime 52 commits β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 19.3%
πŸŒƒ Evening 179 commits β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‰β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 66.5%
πŸŒ™ Night 26 commits β–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 9.7%
@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,