Skip to content

Commit 148d311

Browse files
committed
updated task.md
1 parent be03e66 commit 148d311

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
# Riscrivi con funzioni freccia
2+
# Riscrivi usando le arrow functions
33

4-
Rimpiazza le espressioni di funzione con funzioni freccia:
4+
Sostituisci le function expressions con arrow functions:
55

66
```js run
77
function ask(question, yes, no) {

0 commit comments

Comments
 (0)