Type Conversion
jacobp100 opened this issue · 1 comments
jacobp100 commented
It might be an idea to recommend using String(x) and Number(x) to convert types. There are some quirks with ''+x, and +x will just lead to issues.
timruffles commented
Not a bad idea - certainly more readable. Up for writing a PR?