Skip to content

Instantly share code, notes, and snippets.

@shubhamt619
Created September 8, 2022 08:13
Show Gist options
  • Save shubhamt619/82f073bdded781b5c84214c8c42c16bb to your computer and use it in GitHub Desktop.
Save shubhamt619/82f073bdded781b5c84214c8c42c16bb to your computer and use it in GitHub Desktop.
function square(number) {
let squareOfNumber = number * number;
return squareOfNumber;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment