Explore >> Select a destination


You are here

seanmcp.com
| | zed.code.blog
13.5 parsecs away

Travel
| | From the FreeCodeCamp Intermediate Algorithms Challenges, here: You will be provided with an initial array (the first argument in the destroyer function), followed by one or more arguments. Remove all elements from the initial array that are of the same value as these arguments.Note: You have to use the arguments object.FreeCodeCamp - Seek and Destroy...
| | remysharp.com
21.9 parsecs away

Travel
| | As modern JavaScript language features land more and more support I find myself using more and more of the syntactic sugar. I'm a big fan of default arguments ...
| | zed.code.blog
10.4 parsecs away

Travel
| | From the FreeCodeCamp intermediate algorithms here: Given the arrayarr, iterate through and remove each element starting from the first element (the 0 index) until the functionfuncreturnstruewhen the iterated element is passed through it.Then return the rest of the array once the condition is satisfied, otherwise,arrshould be returned as an empty array.FreeCodeCamp - Drop It This...
| | largedatabank.com
82.5 parsecs away

Travel
| I heard a lot of good things about Mike Okasaki's Purely Functional Data Structures at UChicago, but didn't ever take the time to check it out. Lately I've missed the heady joy of reading and writing code in a strongly typed functional programming language like Standard ML, so when one of my coworkers at Knewton mentioned he was going to read the book I decided to get a copy for myself.