Skip to content

Commit 7d8ffd5

Browse files
authored
Merge pull request #119 from hexlet-basics/rest-example
add example
2 parents 8a63b88 + bb82503 commit 7d8ffd5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/20-functions/80-rest-spread/description.ru.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,11 @@ instructions: |
5858
5959
Определите функцию `max()`, которая отличается от примера из урока только тем, что у нее первый параметр обязательный.
6060
61+
Например:
62+
63+
```typescript
64+
max(1,2,3);
65+
max(234);
66+
```
67+
6168
# tips:

0 commit comments

Comments
 (0)