Update page 'Home'

Eryk Miszczuk 2019-10-22 12:27:49 +00:00
parent f83c3867a5
commit 631cd27ddb

@ -1,3 +1,5 @@
Welcome to Wiki!
const excerciseNuber = (studentId) => `TaskA0${studentId % 10}, TaskA${studentId % 27}, TaskA0${studentId % 7}, TaskA0${studentId % 5}`;
```javascript
const excerciseNuber = (studentId) => `TaskA0${studentId % 10}, TaskA${studentId % 27}, TaskA0${studentId % 7}, TaskA0${studentId % 5}`;
```