馃殌 CYBER WEEK SALE: 50% OFF on JavaScript Fundamentals 馃挭

How to edit an HTML file

If you want to edit an HTML file, you are going to need a special tool called IDE. An Integrated development environment (IDE) is a computer application tool used for writing and editing code....

December 1, 2021 路 2 min 路 Coderslang Master

How to run an HTML file

Learn how to run an HTML file in three easy steps. You can open/run an HTML file by using any browser applications installed on your computers such as Google Chrome, Mozilla Firefox, Safari, Opera, or Microsoft Edge....

November 30, 2021 路 2 min 路 Coderslang Master

Why is my CSS not working

Did you have a problem that your CSS is not working? No matter how many changes you make - big or small - it just doesn鈥檛 work at all? In that case, some underlying problem prevents you from applying CSS to your web page....

November 29, 2021 路 3 min 路 Coderslang Master

How to Set Up Coderslang Extension for Visual Studio Code

Install Node.js and npm You need to go to the official site and download the latest stable version on the main page. After downloading the installer, you should run and install Node....

October 24, 2021 路 2 min 路 Coderslang Master

Unary Operators in JavaScript

Back in the JavaScript Operators lesson, you鈥檝e been introduced to the concepts of operators and how they are working, and the common types of operators. Today, you鈥檙e going to learn another type of JavaScript operator that hasn鈥檛 been mention in the earlier lesson, and that is a unary operator....

October 20, 2021 路 8 min 路 Coderslang Master

JavaScript Arrays

Up to this point, you have been using variables for a while to store the values. Variables make it possible to keep a collection of data that you will use later in the program....

October 19, 2021 路 4 min 路 Coderslang Master

JavaScript Objects

In the real world, we have objects everywhere. A car is an object. It has properties like brand name, year of production, and color. In the world of programming, we also have objects....

October 18, 2021 路 5 min 路 Coderslang Master

JavaScript If Statement

The if statement is the main programming concept that allows you to run the code if the specified conditions are true. It is also known as the Conditional Statement. You will learn two common forms of JavaScript if Statement, and they are:...

October 17, 2021 路 4 min 路 Coderslang Master

JavaScript Boolean Type

In everyday programming, you may come across questions that need answers like: Yes or No On or Off True or False And pretty much anything else that has positive or negative answers....

October 16, 2021 路 4 min 路 Coderslang Master

JavaScript Operators

You know how a calculator needs operators like add, subtract, multiply, and divide to do basic calculations, right? JavaScript also has operators, and we use them to perform basic programming operations....

October 15, 2021 路 5 min 路 Coderslang Master