mdawar.dev

A blog about programming, Web development, Open Source, Linux and DevOps.

Snippets

All Tags

Remove Last Character from String in JavaScript

How to remove the last character or multiple characters from a string in JavaScript?

Copy to Clipboard in the Browser

A JavaScript helper function to copy to the clipboard with a fallback for older browsers.