DEV Community

Discussion on: Ancient computer science: Let's build a Roman numeral converter from scratch πŸΊπŸ“œ

Collapse
 
alexmitchelldev profile image
Alex Mitchell • Edited

Thank you for this solution Pascal!

I am a new programmer/developer and really enjoyed working through your solution, I have added it to my list to go back through the code to get a deeper understanding.

I really liked how you reversed digits then used i from the for loop to calculate powerOf10, nice!

Cheers,

Alex :)

Collapse
 
thormeier profile image
Pascal Thormeier

You're very welcome, so glad my post helped you. πŸ˜€ If you have any questions about it, please feel free to ask, I'm always happy to help!