remove first 3 characters from string javascript
How to Remove First 3 Characters from a String in JavaScript
If you have a string in JavaScript and you want to remove the first 3 characters from it, there are several ways to do it. Here are a few:
Method 1: Using the slice() Method
The slice() method returns