Robuta

https://langdev.stackexchange.com/questions/4660/why-does-javascript-use-autoboxing
JavaScript has a handful of primitive types such as strings and numbers. However, when doing something fancy, it often wraps these types inside temporary...
programming language designobject orientedjavascriptuseautoboxing