#js
Read more stories on Hashnode
Articles with this tag
In order to get the last letter of a string in JavaScript, you can subtract one from the string's length. var firstName = "julia"; var lastLetter =...