mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-05 16:26:47 +08:00
Update decimalIsolate.js
This commit is contained in:
@ -5,8 +5,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
const decimalIsolate = (number) => {
|
const decimalIsolate = (number) => {
|
||||||
return number - Math.floor(number)
|
return number - Math.floor(number)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// testing
|
// testing
|
||||||
|
Reference in New Issue
Block a user