with this one I need is to find the difference between the numbers in first array (numberArray ) and to create new array and store in it. after running this code I get nothing in the browser.
var numberArray = [16,14,4,5]
function calculateDifferences()
{
var secondArray = new...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.