BonsaiDen/JavaScript-Garden

Type Conversion

jacobp100 opened this issue · 1 comments

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.

Not a bad idea - certainly more readable. Up for writing a PR?