Skip to content

Commit b1c821f

Browse files
dzencotv1valasvegan
authored andcommitted
add example
1 parent a0b5178 commit b1c821f

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

+7
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)