You-Dont-Know-JS: A book series on the JavaScript language
A book series (2 published editions) on the JS language. - getify/You-Dont-Know-JS... (more…)
Read more »
The introduction of pattern matching in Ruby 2.7 brought us a new style of multi-assigning local variables: The pattern assignment, or, how you could also call it, the assignment in-style. Read more