How To Capitalize Words With JavaScript and Elixir

Quick start with the split, join, and map functions

Cristian Salcescu
Frontend Essentials
4 min readMay 18, 2021

--

Boats on a dock
Photo by the author.

In this article, we are going to discuss how to capitalize all the words in a sentence using both JavaScript and Elixir. In the end, we will make a comparison of the two solutions.

Capitalize Words in JavaScript

--

--