We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f526ea commit ac4bd9fCopy full SHA for ac4bd9f
Maths/decimalIsolate.js
@@ -5,8 +5,7 @@
5
*/
6
7
const decimalIsolate = (number) => {
8
- return number - Math.floor(number)
9
-
+ return number - Math.floor(number)
10
}
11
12
// testing
0 commit comments