Skip to content

Commit ae0332d

Browse files
pasor1longo-andrea
andauthored
Update 1-js/02-first-steps/17-arrow-functions-basics/article.md
Co-authored-by: Andrea <45577511+longo-andrea@users.noreply.github.com>
1 parent 148d311 commit ae0332d

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/17-arrow-functions-basics

1 file changed

+1
-1
lines changed

1-js/02-first-steps/17-arrow-functions-basics/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Come puoi vedere `(a, b) => a + b` rappresenta una funzione che accetta due argo
5656
sayHi();
5757
```
5858

59-
Le Arrow functions possono essere usate allo stesso modo delle Function Expressions.
59+
Le arrow functions possono essere usate allo stesso modo delle Function Expressions.
6060

6161
Ad esempio, per creare dinamicamente una funzione:
6262

0 commit comments

Comments
 (0)