Hackerrank Solution: switch in JavaScript

In this post I’m going to show you one possible solution of one of the 10 Days of JavaScript challenges from Hackerrank. We’re going to use switch statement to return a letter depending on the first letter of provided string. Challenge Full description of the challenge: 10 Days of JavaScript. Day 2: switch. I really … Read more