Add Object

This commit is contained in:
Angelos Chalaris
2018-08-27 22:24:53 +03:00
parent 3148c1253a
commit 8e0d42b024
2 changed files with 6 additions and 0 deletions

5
glossary/Object.md Normal file
View 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.

View File

@ -24,6 +24,7 @@ json
keyword_database
npm
object-oriented-programming
object
promise
react
readme