From 58fc8a8f38ef68cabe7b41a49328bedffd96999d 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 3cd3257c9015b38010a819abc6556bdfa34ef01f 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 9aeb46696ea7896cfd609feb4051d29caf123638 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 ae0ab0171b510307c80d4f086ba5028baa3eac60 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 a1e8af4179f5b7b9ebeb3cb52f2ef02658faff99 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 c96f6ce1a5e346ff1ad42f847e2b24693b43ddc0 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 8d22f01ab335b9d6be8bbe8e17cd255a1afe2a64 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