if(myString1.verify()){ document.write(myString1 + " has a valid type of " + myString1.type); }else{ document.write(myString1 + " has an invalid type of " + myString1.type); } document.write('<br>');
if(myString2.verify()){ document.write(myString2 + " has a valid type of " + myString2.type); }else{ document.write(myString2 + " has an invalid type of " + myString2.type); }