+ 1
Which JavaScript method converts to base 10
I've read on JavaScript number method toString() and how it can be used to convert from base 10. But I want to know if there's a way of converting back to base 10 without the long step I took in my code. https://code.sololearn.com/WsaTCiR6VKUQ/?ref=app
2 Answers
+ 2
Please look at the code. Hope it helps you đ
https://code.sololearn.com/W2MbX2MpQpbI/?ref=app
+ 2
TheWhÂĄteCat and Martin Taylor thanks for the knowledge. I'll implement it after studying my regular expression lessons.