Readings for Lunch — [ 17 Oct 2018 ]
JAVASCRIPT
Why is 'ß'.toUpperCase()' equal to 'SS'?
Did you know `toUpperCase` is not guaranteed to preserve `length`? Reddit discusses.
CSS
Creating horizontal scrolling containers the right way
Ever since Netflix became a household name we’ve been scrolling sideways in mobile layouts. Instead of stacking everything on top of each other, horizontal scrolling containers (or lists) have become a common layout practice, as it helps reduce the vertical space of devices with smaller screens.