From 1f308ee21195fa1b841db26d4a5b445790439917 Mon Sep 17 00:00:00 2001 From: Mwelwa Nkuta Date: Thu, 24 Jun 2021 12:42:33 +0200 Subject: [PATCH] Update README.md --- ES6/Classes/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ES6/Classes/README.md b/ES6/Classes/README.md index 7a5efe6..a27e519 100644 --- a/ES6/Classes/README.md +++ b/ES6/Classes/README.md @@ -16,7 +16,7 @@ explaination and links for more) (for example console.log) -##Javascript functions +## Javascript functions According to W3schools: @@ -28,7 +28,7 @@ A JavaScript function is executed when "something" invokes it (calls it). return p1 * p2; // The function returns the product of p1 and p2 } -###**JavaScript Function Syntax** +### **JavaScript Function Syntax** A JavaScript function is defined with the function keyword, followed by a name, followed by parentheses (). @@ -51,7 +51,7 @@ Function **arguments** are the real **values** received by the function when it Inside the function, the arguments behave as local variables. -#The New Boston +# The New Boston ## Links - [Support](https://www.patreon.com/thenewboston) @@ -60,4 +60,4 @@ Inside the function, the arguments behave as local variables. - [Twitter](https://twitter.com/bucky_roberts) - [Google+](https://plus.google.com/+BuckyRoberts) - [reddit](https://www.reddit.com/r/thenewboston/) -> Written with [StackEdit](https://stackedit.io/). \ No newline at end of file +> Written with [StackEdit](https://stackedit.io/).