smenjas / chemistry-explorer

A chemistry app built with vanilla JavaScript
https://smenjas.github.io/chemistry-explorer/
ISC License
1 stars 2 forks source link

Refactor formatElement() & renderElement() #7

Closed smenjas closed 1 year ago

smenjas commented 1 year ago

Formatting the values and links in formatElement() and renderElement() looks a bit cluttered. This refactors that formatting logic into separate functions for readability.