Created
          September 3, 2017 22:34 
        
      - 
      
 - 
        
Save EllisShen/f698820a41a5fea07dd00f747d4dc355 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
wshen001 created this gist
Sep 3, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ 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; console.log(typeof aNull);