Hi, I have managed to work it out myself - below is what I have done. function myFunction(num) { return num * 10; } arr1 =...
Can anyone show me how I can re-map an array using the following criteria. For example I have two arrays: arr1 =...
Thanks for the reply, but using this code I am not sure what to do or how to see the new information. If I use document.write on reworked nothing...
I have the following code: teams = []; teams[0] = new Object(); teams[0].name = "Man Utd"; teams[0] = []; teams[0][0] = new Object();...
Hello, if I have the following code how can I add the condition with jQuery: <a href="#" data-name="A1" data-city="0" class="abc">LONDON </a>...
Separate names with a comma.