2018-05-21 TWILPosted on: May 21, 2018
This Week I Learned
-
Optional chaining is being proposed for JS (one of my favourite things back when I worked with Ruby).
// Instead of: var baz = foo && foo.bar && foo.bar.baz; // You can do this: var baz = foo?.bar?.baz;
-
Orson Scott Card wrote the sword fighting insults in Monkey Island: https://www.reddit.com/r/gaming/comments/1sswa6/look_who_wrote_the_sword_fighting_insults_for
-
Flamingos are pretty badass... they can sleep standing in water that freezes their legs in position, can survive in water so salty it would strip your skin off, and can drink boiling water (without dying, I should add): http://www.dw.com/en/flamingos-are-tough-as-hell/a-39552441