safely coercing strings to numbers with javascript
Snippet
kitt decided around 14:57 on 16 May 2011 to publish this:
safely coercing strings to numbers) #javascript
return (+value + '') === value ? +value : value;
Add new comment