Preview:
function multiplyArray(multArr) {
  let product = multiply(multArr[0],multArr[1])[0] * multArr[2];
  return [product,`The numbers ${multArr[0]},${multArr[1]},${multArr[2]} have a product of ${product}.`]
}

testMultiplyArray(testArray);
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter