From 0f830fa9225600e6e17e557199d4b8b6d6117a54 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 24 Jul 2018 13:12:29 +0300 Subject: [PATCH 1/7] Create Currying.md --- glossary/Currying.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/Currying.md diff --git a/glossary/Currying.md b/glossary/Currying.md new file mode 100644 index 000000000..d401afdb3 --- /dev/null +++ b/glossary/Currying.md @@ -0,0 +1,4 @@ +### Currying + +Currying is a way of constructing functions that allows partial application of a function's arguments. +Practically, this means that a function is broken down into a series of functions, each one accepting part of the arguments. From dc72e2acc71cf83258ef86d18d831c1b2f28af31 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 24 Jul 2018 13:16:19 +0300 Subject: [PATCH 2/7] Create Boolean.md --- glossary/Boolean.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/Boolean.md diff --git a/glossary/Boolean.md b/glossary/Boolean.md new file mode 100644 index 000000000..a1d01e53a --- /dev/null +++ b/glossary/Boolean.md @@ -0,0 +1,4 @@ +### Boolean + +Booleans are one of the primitive data types in JavaScript. +They represent logical data values and can only be `true` or `false`. From ea1a938a3e53e70da09a1ee00d1ea59c9b1b2714 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 24 Jul 2018 13:23:04 +0300 Subject: [PATCH 3/7] Create Object-oriented programming.md --- glossary/Object-oriented programming.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/Object-oriented programming.md diff --git a/glossary/Object-oriented programming.md b/glossary/Object-oriented programming.md new file mode 100644 index 000000000..795d79e5f --- /dev/null +++ b/glossary/Object-oriented programming.md @@ -0,0 +1,4 @@ +### Object-oriented programming + +Object-oriented programming (OOP) is a programming paradigm based on the concept of objects, which may contain both data and procedures which can be use to operate on them. +JavaScript supports Object-oriented programming both via prototypes and classes. From e41c27f54ee2da50339db59ca2144fea988033d9 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 24 Jul 2018 13:28:59 +0300 Subject: [PATCH 4/7] Create Domain name.md --- glossary/Domain name.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/Domain name.md diff --git a/glossary/Domain name.md b/glossary/Domain name.md new file mode 100644 index 000000000..afe86c619 --- /dev/null +++ b/glossary/Domain name.md @@ -0,0 +1,4 @@ +### Domain name + +A domain name is a website's address on the Internet, used primarily in URLs to identify the server for each webpage. +A domain name consists of a hierarchical sequence of names, separated by dots and ending with an extension. From b9608efd993eb53c5fc8b175afe56917be6b7ea8 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 24 Jul 2018 13:31:04 +0300 Subject: [PATCH 5/7] Create DNS.md --- glossary/DNS.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 glossary/DNS.md diff --git a/glossary/DNS.md b/glossary/DNS.md new file mode 100644 index 000000000..cd1fea4b4 --- /dev/null +++ b/glossary/DNS.md @@ -0,0 +1,3 @@ +### DNS + +A DNS (Domain Name System) translates domain names to the IP addresses needed to find a particular computer service on a network. From 331cf52034fe02469eb373e6a34b54f84ca85b3a Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 24 Jul 2018 13:32:44 +0300 Subject: [PATCH 6/7] Rename Domain name.md to Domain-name.md --- glossary/{Domain name.md => Domain-name.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename glossary/{Domain name.md => Domain-name.md} (100%) diff --git a/glossary/Domain name.md b/glossary/Domain-name.md similarity index 100% rename from glossary/Domain name.md rename to glossary/Domain-name.md From 9e8cf9b7da606dc4d0431210f259a0af0aebc97a Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Tue, 24 Jul 2018 13:32:57 +0300 Subject: [PATCH 7/7] Rename Object-oriented programming.md to Object-oriented-programming.md --- ...ect-oriented programming.md => Object-oriented-programming.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename glossary/{Object-oriented programming.md => Object-oriented-programming.md} (100%) diff --git a/glossary/Object-oriented programming.md b/glossary/Object-oriented-programming.md similarity index 100% rename from glossary/Object-oriented programming.md rename to glossary/Object-oriented-programming.md