Tag: string methods

Recent Post

Automated title capitalization with JavaScript

How to create a title capitalization function in JavaScript.

How to remove the last character from a string in JavaScript

Use the negative indexing of the slice method to remove the last character from a string.