https://2ality.com/2012/01/object-plus-object.html
The general rule for addition in JavaScript is simple: You can only add numbers and strings, all other values will be converted to either one of those types. In order to understand how that conversion