Blog - Page 1 of 6

  • Data Type Conversion In JavaScript

    Often in programming we need to perform some kind of type conversion, and in this lesson you will learn how to convert one data type to another in JavaScript.

  • JavaScript Scope For Beginners

    Scope is a core programming concept that can often confuse people when attempting to learn JavaScript for the first time. In this lesson we will discover why scope is important, as well as break down the three main types of scope.

  • HTTP Status Codes Explained

    There are a lot of HTTP status codes, but some are more important than others. In this lesson we’ll go over the most essential HTTP status codes that you need to know in order to get up and running building and interacting with web APIs.

  • JavaScript Modules Explained

    If you’ve worked with Node.js or React for any amount of time, you will have come across JavaScript modules. You may also have noticed that there are different ways to create modular code depending on the age or requirements of your codebase. In this article we'll learn what they are and how they work.

  • Writing Functions In JavaScript

    Functions are a foundational concept in programming, and an essential part of writing code in JavaScript. In this lesson you will learn about the importance of functions, how to write them, and how they can be used to create programs.

  • Sum The Differences Between Array Elements

    In this post we’re going to take on a coding challenge where the objective is to create a function that accepts an array of integers and sums the difference between the consecutive pairs in the array.

  • Creating Loops In JavaScript

    In this lesson you will discover everything you need to know about loops as a beginner, including different kinds of loops with examples. When it comes to learning programming, the topic of loops are where things start to get really exciting!

  • Super Useful VSCode Extensions

    It’s no secret that VSCode is an awesome text editor. Here’s a list of some of the most useful extensions I’ve come across over the last few years.