below hard coded returns only the records filtered by the hikeId as expected. for (i = 0; i < locationHelper.hikeInfoHikeId.length; i++){ console.log("hikeInfoHikeId:"+ locationHelper.hikeInfoHikeId ); var hikeId=locationHelper.hikeInfoHikeId ; console.log("the hikeId is :"+hikeI...
I am testing my code and looking at the console. I see my log statements. I then change the same console.log, save and run, and I do not see my changes reflected in the console. Seems like it is running a previous image and not building my new code.