I assure you have not used at least 1 of them
Here are 3 Js tips that are super useful.
copy to clipboard
You have always seen something like this.
You can create this functionality with this one-line of code.
Destructuring variables
This is a very beautiful as well as useful function. We can destructure objects into variables using this method
Scrolling to element
You can scroll an element into view using this code
These 3 js functions are super handy and useful. Make sure you use it in your next project.