remove first zero from string javascript code example Example: js remove first element from string let str = " hello" str = str.substring(1)