[javascript] /** * Walks linearly through the list to find an element. * returns true if it’s found. */ function elementIn(collection, element) { for (var i=0; i < collection.length; i++) { if (collection[i]==element) { return true; } } return false; } /** * Returns a new list of n random elements taken out of myList. […]
2 thoughts on “sick PWNAGE! MyBloop.com developer T-shirt”