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 ES6/Classes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ explaination and links for more)

(for example console.log)

##Javascript functions
## Javascript functions

According to W3schools:

Expand All @@ -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 ().

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