Guest User

Untitled

a guest
May 27th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. test('a');
  2. test('B');
  3.  
  4. function test(x){
  5. if(x.toLowerCase != x)
  6. alert(x);
  7. }
Add Comment
Please, Sign In to add comment