I always thought that JS engine implemented property order in objects differently and thus we can not rely on order of certain properties. It turns out this was fixed.
Articles โ Page 119
Keep writing, writing, writing ...
Today I learned that an SVG inside of another SVG is valid syntax
Today I discovered that you can pipe scripts into the Node.js binary
The CSS attribute can select values that usually wouldn't match in case-insensitive mode.
The HTMLInputElement has a lot of properties that you might now use every day or even have heard of. This article describes defaultValue, indeterminate and selection properties.