how to remove stating letters from string in js code example Example: how to remove first character from string in javascript str = str.substring(1);