Skip to content

Instantly share code, notes, and snippets.

@wcxaaa
Created April 5, 2018 10:01
Show Gist options
  • Save wcxaaa/7b9f3d8de1869c38f46acf5bee27a28f to your computer and use it in GitHub Desktop.
Save wcxaaa/7b9f3d8de1869c38f46acf5bee27a28f to your computer and use it in GitHub Desktop.
小坑坑
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