Ad
  • Default User Avatar

    Description Suggestion JavaScript
    If the input array contains anything other than integers, then return undefined.
    Iterate through the array cubing each element meaning e3 or e*e*e.
    Grab only the odd cubed elements and return the sum.