Community

Implicit type conversion in MySQL

(Tom Van Goethem) In some languages, using arithmetic operators on elements that aren’t numeric, give some weird results. In JavaScript for example, [ ] + { } is an Object, while { } + [ ] appears to be NaN.

Read More - Register for Free Membership