You may be able to help me again though lol. Im stuck on this one. I keep getting a return of true after the 1st input!!
Any ideas!!
Cheers
Code:
function isAlreadySelected(newSelection, previousSelections) { for(var index = 0; index < previousSelections.length; index = index + 1) { if(newSelection == previousSelections[index])
Leave a comment: