const str = "hello, how are you today?" const last = str..slice(-1)[0] console.log({last}) Run code snippetHide results