Hello Everybody,
I am having a few challenges on my website. It happened after I inputed these javascript lines of codes:
for (var counter = 1; counter < 3; counter++) {
function nextPortfolio () {
document.getElementById (‘portfolio’).src = ‘image’ + counter + ‘.jpg’;
}
}
I input that same code again but this time its a decrement (counter- -), that when my website started not responding…
I NEED HELP PLEASE