From 631cd27ddb5aba7c7c71cd998c813c5bf9fbce0a Mon Sep 17 00:00:00 2001 From: Eryk Miszczuk Date: Tue, 22 Oct 2019 12:27:49 +0000 Subject: [PATCH] Update page 'Home' --- Home.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 682babe..b4c82c3 100644 --- a/Home.md +++ b/Home.md @@ -1,3 +1,5 @@ Welcome to Wiki! -const excerciseNuber = (studentId) => `TaskA0${studentId % 10}, TaskA${studentId % 27}, TaskA0${studentId % 7}, TaskA0${studentId % 5}`; \ No newline at end of file +```javascript +const excerciseNuber = (studentId) => `TaskA0${studentId % 10}, TaskA${studentId % 27}, TaskA0${studentId % 7}, TaskA0${studentId % 5}`; +``` \ No newline at end of file