Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. if (typeof myVariable === 'undefined') {
  2. console.log('The variable is undefined.');
  3. }
  4.  
  5. if(plugin) {
  6. // do something
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement