I have the following variable:
var teste = "006BC953F26DAC56C51D61";
And I'd like to see it when it looks like this:
console.log(teste); //006B-C953F-26DA-C56C5-1D61
I'm having problems since it starts with a group of 4 needs and then 5 and so on.