//Array prototype to divide each number of array by the given float in parameter. Array.prototype.findSpeed= function(time) { 'use strict'; //Initializing Variables var i=0, len= this.length; var speedArray= []; //Loop through the arr for(i=0; i