Created
April 5, 2018 10:01
-
-
Save wcxaaa/7b9f3d8de1869c38f46acf5bee27a28f to your computer and use it in GitHub Desktop.
小坑坑
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 characters
let t = {a: 'zzz'}; | |
t.a instanceof String >>> false!!!!! | |
typeof t.a >>> 'string' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment