Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 461 Bytes

Coupon-Code

  • Created ↔↔️ Uber ride coupon
  • Used clipboard API to copy the coupon code for ride.The Clipboard interface's writeText() property writes the specified text string to the system clipboard.
  • Used setTimeout() function to change the text from 'COPIED' to 'COPY CODE' by providing a timer for 3 seconds.
  • Check out the below link ⬇️