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  梦如影  阅读(120)  评论(0编辑  收藏  举报