Skip to content

Commit 73a72da

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 c11399c commit 73a72da

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
@@ -98,7 +98,7 @@ alert( sum(1, 2) ); // 3
9898
9999
Qui abbiamo presentato le arrow functions in breve, ma questo non è tutto!
100100
101-
Le Arrow functions possiedono altre interessanti caratteristiche.
101+
Le arrow functions possiedono altre interessanti caratteristiche.
102102
103103
Per studiarle approfonditamente dobbiamo prima conoscere qualche altro aspetto di JavaScript, quindi torneremo alle arrow functions più avanti, nel capitolo <info: funzioni-freccia>.
104104

0 commit comments

Comments
 (0)