function boo(bool) {
  // What is the new fad diet for ghost developers? The Boolean.
  //return bool;
  return typeof bool === 'boolean';
}

boo(null);

  

posted on 2016-12-19 15:51  梦如影  阅读(125)  评论(0)    收藏  举报