What is Javascript Substring #string #substring #programminglanguage #javascript #stringmanipulation
Jul 17, 2023
In JavaScript, the substring() method is used to extract a substring from a string. A substring is a part of a string, starting at a specific index and ending at another specific index. The substring( ) method takes two arguments: the starting index and the number of characters to extract.
Read more 🔻
www.atharvgyan.com
Show More Show Less 
