I went to Stack Overflow and used the code but it said “input.replace() is not a function”
function simonizfixit(input) {
input.replace(/\D/g,'');
}
I went to Stack Overflow and used the code but it said “input.replace() is not a function”
function simonizfixit(input) {
input.replace(/\D/g,'');
}