diff --git a/glossary/Object.md b/glossary/Object.md new file mode 100644 index 000000000..c0f2b9c06 --- /dev/null +++ b/glossary/Object.md @@ -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. diff --git a/glossary/keyword_database b/glossary/keyword_database index b2d7b867a..432ddd0ed 100644 --- a/glossary/keyword_database +++ b/glossary/keyword_database @@ -24,6 +24,7 @@ json keyword_database npm object-oriented-programming +object promise react readme