I have a bot that needs to display very small conversions in crypto. Currently, when the number is small, the output shows in scientific notation with E. I don't want this notation, how can I format this to display like a normal number
Thanks for your answers in advance. Coded in Node.js