Skip to content

Instantly share code, notes, and snippets.

/*
*
* Function : highestProductOf3
* Parameter : arrayOfInts ( Array of atleast 3 element)
* Return : (Integer) Highest possible product of 3 number in given array
*
*
*/
function highestProductOf3(arrayOfInts){