Javascript -> JavaScript (English) (#35183)
* Javascript -> JavaScript (English) * Update technical documentation page for required change * Update use-class-syntax-to-define-a-constructor-function.english.md * Update left-factorials.md
This commit is contained in:
committed by
The Coding Aviator
parent
fed6ffb606
commit
e84ae45008
@@ -43,7 +43,7 @@ myObject.fullName(); // Function invoked as a method, will return "John
|
||||
|
||||
|
||||
### Arrow Functions
|
||||
In the newest version of Javascript, you can also shorten the syntax by using Arrow Functions.
|
||||
In the newest version of JavaScript, you can also shorten the syntax by using Arrow Functions.
|
||||
The following demonstrates two functions. One is written in the standard form, one is written as an arrow function. Keep in mind that arrow functions do not have their own this, arguments, super, or new.target.
|
||||
|
||||
```javascript
|
||||
|
Reference in New Issue
Block a user