From 8e0d42b0249909ff5fbcf708ba272eb53bffc6eb Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 27 Aug 2018 22:24:53 +0300 Subject: [PATCH] Add Object --- glossary/Object.md | 5 +++++ glossary/keyword_database | 1 + 2 files changed, 6 insertions(+) create mode 100644 glossary/Object.md 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