Here is my code:
var showNo = 1; window.setInterval(function() { console.log(showNo); ...
I have a website where they want a news ticker. Currently, I have a array that populates it, and every x seconds, I want the news story to change.
function startNews(stories) { }