Created
May 19, 2022 07:30
-
-
Save ahangarha/826467e015a4335647db26c7e1fa3687 to your computer and use it in GitHub Desktop.
rowSumOddNumbers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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