You are here |
seanmcp.com | ||
| | | |
zed.code.blog
|
|
| | | | 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
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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. |