Guest User

Untitled

a guest
Apr 16th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. address = "12345 White House Lane"
  2.  
  3. if(isNaN(word[0]){
  4. //Do this or that
  5. }
  6.  
  7. if(word.matches("[0-9].*")){
  8. //Do this or that
  9. }
Add Comment
Please, Sign In to add comment