Snippet format update
To match the starter (for the migration)
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
### isDivisible
|
||||
---
|
||||
title: isDivisible
|
||||
tags: math,beginner
|
||||
---
|
||||
|
||||
Checks if the first numeric argument is divisible by the second one.
|
||||
|
||||
@@ -10,4 +13,4 @@ const isDivisible = (dividend, divisor) => dividend % divisor === 0;
|
||||
|
||||
```js
|
||||
isDivisible(6, 3); // true
|
||||
```
|
||||
```
|
||||
Reference in New Issue
Block a user