From ac2f614b8fb14d39919c90b076145c70148c7911 Mon Sep 17 00:00:00 2001 From: Yash Karanke <71371533+karankeyash@users.noreply.github.com> Date: Sat, 17 Oct 2020 10:01:47 +0530 Subject: [PATCH] fixed markdown --- Basic_Concepts/Prototype/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Basic_Concepts/Prototype/README.md b/Basic_Concepts/Prototype/README.md index a25efcb..d79f59b 100644 --- a/Basic_Concepts/Prototype/README.md +++ b/Basic_Concepts/Prototype/README.md @@ -70,7 +70,7 @@ We achieve to insert more values in one variable by turning it to an object and -##Javascript functions +## Javascript functions According to W3schools: @@ -82,7 +82,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 (). @@ -105,7 +105,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) @@ -114,4 +114,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/).