Skip to content

Instantly share code, notes, and snippets.

View filename24's full-sized avatar
🎯
Focusing

__filename filename24

🎯
Focusing
View GitHub Profile
@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,