All about functions in JavaScript
Functions are one of the most important programming concepts to understand. But what is a function, and how do we use it?
Read more

Functions are one of the most important programming concepts to understand. But what is a function, and how do we use it?
Read more
In this post we will see how to uppercase the first letter of a string in JavaScript. The code is actually really easy!
Read more