Advertisement
Guest User

Untitled

a guest
Oct 9th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function booWho(bool) {
  2. // What is the new fad diet for ghost developers? The Boolean.
  3. return typeof bool === "boolean";
  4. }
  5.  
  6. booWho(null);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement