There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
In GitHub, write a javascript program that given an array; x = [2,3,5] will multiply the items (2x3x5) of the array and return the answer; [Submit link to GitHub repository] *