console.log(DashesGenerator(025468));
var arr = 025468;
function DashesGenerator(x)
{
    var num =Array.from(String(x), Number);
    console.log(num);
    
    
}

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: