Given an array of integers, find the pair of adjacent elements that has the largest product and return that product.
and here is my code
function ad
You could start with a really large negative value, instead of zero.
var p = -Infinity;