Tag:javascript
All the articles with the tag "javascript".
Printing Page on Chrome Desktop and Android
Posted on:March 20, 2023 at 12:58 PMUse window.print API to print a document on Chrome Desktop and Android, and the differences in the sequence of printing events.
Handling negative values with remainder operator
Posted on:January 1, 2025 at 05:31 PMHow to handle negative values with remainder operator?