Skip to content

Instantly share code, notes, and snippets.

@K-Vishwak
Created January 30, 2022 17:49
Show Gist options
  • Save K-Vishwak/4d285415acad33fcdc4ed16351513d84 to your computer and use it in GitHub Desktop.
Save K-Vishwak/4d285415acad33fcdc4ed16351513d84 to your computer and use it in GitHub Desktop.
const num = 10.547;
console.log(Math.trunc(num));
> 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment