JSFiddle - React, Tailwind, and code Playground
by hmdadou
JavaScript
var num = 1215464565;
var newNum = num.toString().match(/.{2}/g).join('hamdy');
console.log(newNum);
by hmdadou
var num = 1215464565;
var newNum = num.toString().match(/.{2}/g).join('hamdy');
console.log(newNum);