Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Basic_Concepts/Prototype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heading level 3 ### doesn't need to be enclosed in **, emphasized bold.
### JavaScript Function Syntax


A JavaScript function is defined with the function keyword, followed by a name, followed by parentheses ().

Expand All @@ -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)
Expand All @@ -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/).
> Written with [StackEdit](https://stackedit.io/).