Reg Braithwaite

Results 94 issues of Reg Braithwaite

See https://github.com/raganwald/raganwald.github.com/pull/17

Shuffle should swap rather than remove, e.g. http://www.2ality.com/2013/03/permutations.html

in https://leanpub.com/javascript-allonge/read#leanpub-auto-limits > limits > > Named function expressions have limits. Here’s one such limit: You can do simple recursion, but not mutual recursion. For example: ``` var even =...

``` You can use it like this: var inventory = { apples: 0, oranges 144, eggs: 36 }; ```

What's up with the random semicolons? The spacing is also inconsistent: function LinkedList(content, next) { function ListIterator (list) { Don't like this workaround: return ((nextThis = this.next) != null ?...