Now, you can just use .toLocaleString() to format a number in any way you like. Back then you would need a custom function to do that for you, now you can do it directly. Just call this function and it will return the string for you, and you can print it or save it for later use.
Other Posts
WSL2: WSL but better
the new WSL(Windows Subsystem Linux) is a nice tool for developers to test and …
How to strip html tags in Django
Many times, you would want to strip the html tags away from a string and only …
How to freely and accurately OCR PDFs
Many times when someone sends you a pdf of a scanned or a picture of a document, …