Awesome Javascript
Published in

Awesome Javascript

JS:Snippets — Copy text to the clipboard in javascript in 5 minutes.

<div>
<input type="text" id="text" placeholder="Enter text"/>
<button onClick="copyTextToClipBoard()">Copy To ClipBoard</button>
</div>

--

--

Javascript tips, snippets, and Data Structure will be posted. Anyone interested in sharing their knowledge in this publication, you are welcome!

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store