Simple web design and development tips.

code

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

code

How to uppercase the first letter of a string in JavaScript

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