Skip to content

Instantly share code, notes, and snippets.

@ahangarha
Created May 19, 2022 07:30
Show Gist options
  • Save ahangarha/826467e015a4335647db26c7e1fa3687 to your computer and use it in GitHub Desktop.
Save ahangarha/826467e015a4335647db26c7e1fa3687 to your computer and use it in GitHub Desktop.
rowSumOddNumbers
// https://www.codewars.com/kata/55fd2d567d94ac3bc9000064/solutions/javascript
function rowSumOddNumbers(n) {
return n ** 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment