round numbers in JS

Hello. I need help with something I never saw before…
If it possible to round numbers with comma so that the comma dissapears?
Example: From 20,384903 to 20

Thank you for any help :wink:

round to int heres the documentation about that