Skip to content

Instantly share code, notes, and snippets.

@zzuhan
Created March 26, 2019 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzuhan/b362d2482383103b1b64c3fb9c85fb7e to your computer and use it in GitHub Desktop.
Save zzuhan/b362d2482383103b1b64c3fb9c85fb7e to your computer and use it in GitHub Desktop.
[js check] js的基本检测 #js
Array.isArray()
// 类检测
mySprite instanceof Sprite;
// 基础类型检测?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment