Skip to content

Instantly share code, notes, and snippets.

@Rrrapture
Last active January 20, 2023 13:08
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rrrapture/c58cd43f14b97890095ef85f2746a3ba to your computer and use it in GitHub Desktop.
Save Rrrapture/c58cd43f14b97890095ef85f2746a3ba to your computer and use it in GitHub Desktop.
OBUNNSS Acronym for JavaScript Data Types
7 JavaScript data types: OBUNNSS
* Object
* Boolean
* Undefined
* Null
* Number
* Symbol
* String
http://www.ecma-international.org/ecma-262/6.0/#sec-ecmascript-data-types-and-values
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment