News

Use Bracket Notation to Find the Last Character in a String In order to get the last letter of a string, you can subtract one from the string's length. For example, if var firstName = "Charles", you ...