samedi 25 novembre 2017

JavaScript test if number variable is a number

I’m loading a JSON file a reading the values into an array using a for loop

I’m concerned that sometimes the JSON file might become corrupted ie the values Im reading in might become ASCII letters ie 1t3 where the value should of been 123

Is there a test case where you could say if values[a] does not equal a number then set it to “ “ or blank

Thanks, Ben

Aucun commentaire:

Enregistrer un commentaire