Javascript

Javascript code posted
created at 12 Aug 13:43, updated at 15 Aug 11:59

Edit | Back
1
2
3
4
5
function foo(items, nada) {
    for (var i=0; i<items.length; i++) {
        alert(items[i] + "juhu\n");
    }  // Real Tab.
}
129 Bytes in 3 ms with coderay