How to check if a string is a valid Indian mobile number in JavaScript?
Originally Published Here ๐!
To check if a string is a valid Indian mobile number in JavaScript, we can use a regex expression to match numbers that start with either of number 6, 7, 8 or 9 then checks if it has a total of 10 number digits in it.
TL...
melvingeorge-me.hashnode.dev2 min read