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