Add clarification
@ -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