You are viewing a single comment's thread. Return to all comments →
its a hack but works for javascript
S = parseInt(S); try { new Array(S); console.log(S); } catch(err) { console.log('Bad String'); }
Seems like cookies are disabled on this browser, please enable them to open this website
Day 16: Exceptions - String to Integer
You are viewing a single comment's thread. Return to all comments →
its a hack but works for javascript