Update page 'Home'
parent
631cd27ddb
commit
0fd2068c0e
3
Home.md
3
Home.md
@ -1,5 +1,6 @@
|
||||
Welcome to Wiki!
|
||||
|
||||
```javascript
|
||||
const excerciseNuber = (studentId) => `TaskA0${studentId % 10}, TaskA${studentId % 27}, TaskA0${studentId % 7}, TaskA0${studentId % 5}`;
|
||||
const excerciseNuber = (studentId) =>
|
||||
`TaskA0${studentId % 10}, TaskA${studentId % 27}, TaskA0${studentId % 7}, TaskA0${studentId % 5}`;
|
||||
```
|
Loading…
Reference in New Issue
Block a user