Skip to content

Commit c11399c

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 ae0332d commit c11399c

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
@@ -70,7 +70,7 @@ let welcome = (age < 18) ?
7070
welcome();
7171
```
7272

73-
Le Arrow functions possono apparire poco familiari e leggibili all'inizio, ma ciò cambia rapidamente man mano che gli occhi si abitueranno alla struttura.
73+
Le arrow functions possono apparire poco familiari e leggibili all'inizio, ma ciò cambia rapidamente man mano che gli occhi si abitueranno alla struttura.
7474
7575
Esse sono molto comode per semplici azioni su una riga, se siamo troppo pigri per scrivere più parole.
7676

0 commit comments

Comments
 (0)