Guest User

Untitled

a guest
Mar 20th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var myVar = e.namedValues["Title"];
  2.  
  3. if myVar.length === 0) {
  4. //myVar is empty
  5. myVar = "n/a";
  6. }
  7. else {
  8. //myVar is not empty
  9. }
Add Comment
Please, Sign In to add comment