From e10498a96ba132d40e00325b5136385c153e36ec Mon Sep 17 00:00:00 2001 From: Tlekbai Ali Date: Wed, 3 Jun 2020 13:13:31 +0600 Subject: [PATCH] Update elementary.en.md Add clarification --- subjects/elementary.en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/subjects/elementary.en.md b/subjects/elementary.en.md index 758208a6e..83edc0df7 100644 --- a/subjects/elementary.en.md +++ b/subjects/elementary.en.md @@ -7,6 +7,7 @@ Create 3 functions: - `divide` that do an integer division without using `/` - `modulo` that act like the `%` operator without using it +> functions should have (a, b) as arguments ### Code provided ```js