Skip to content

Instantly share code, notes, and snippets.

View EllisShen's full-sized avatar

Ellis Shen EllisShen

  • FuboTV
  • New York City
View GitHub Profile
var anArray = [1, 2, 3]
console.log(typeof anArray);
console.log(toString.call(barArray));
var aFunc = function () {
return '3';
}
console.log(typeof aFunc);
var aNull = null;