Returns a string where all whitespace characters have been removed from the beginning of the string.
trimStart()
A string with leading whitespace removed.
" hello ".trimStart()
"hello "