Skip to content

Instantly share code, notes, and snippets.

@K-Vishwak
Created January 30, 2022 17:51
Show Gist options
  • Save K-Vishwak/2fb809fcf2337704385f75affd5860e2 to your computer and use it in GitHub Desktop.
Save K-Vishwak/2fb809fcf2337704385f75affd5860e2 to your computer and use it in GitHub Desktop.
const num = 9;
console.log(Math.pow(num, 2)); // 81
console.log(Math.sqrt(num)); // 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment