The two points after (return a:), you have to change to this:
function decode(a) {
a = a.replace("14","a");
return a;
}
12
solved What is absolutly wrong in my js javascript code? [closed]
The two points after (return a:), you have to change to this:
function decode(a) {
a = a.replace("14","a");
return a;
}
12
solved What is absolutly wrong in my js javascript code? [closed]