Add Object
This commit is contained in:
5
glossary/Object.md
Normal file
5
glossary/Object.md
Normal file
@ -0,0 +1,5 @@
|
||||
### Object
|
||||
|
||||
Objects are data structures that contain data and instructions for working with the data.
|
||||
Objects consist of key-value pairs, where the keys are alphanumeric identifiers and the values can either be primitives or objects.
|
||||
JavaScript functions are also objects.
|
||||
@ -24,6 +24,7 @@ json
|
||||
keyword_database
|
||||
npm
|
||||
object-oriented-programming
|
||||
object
|
||||
promise
|
||||
react
|
||||
readme
|
||||
|
||||
Reference in New Issue
Block a user