DEV Community

Discussion on: You should stop using `parseInt()`

Collapse
 
maorkavod profile image
maorkavod • Edited

You can also use this :

~~'234';

or even :

'234' | 0;