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

How to Comment Out in JavaScript

There are two ways you can comment out the code in JavaScript, and they are: Single line comment Multiple line comment Let鈥檚 take a look at what each of these does:...

August 30, 2021 路 3 min 路 Coderslang Master

Inside Which HTML Element Do We Put The JavaScript

The script tag is used when we want to put a JavaScript code in an HTML file. The script is the HTML element tag used to insert a JavaScript code in an HTML file....

August 27, 2021 路 2 min 路 Coderslang Master

How to Link to a Specific Part of an HTML Page

Have you noticed in some web pages where you click the link in the table of contents or the navigation bar, it will scroll down to the specific part of the page?...

August 26, 2021 路 3 min 路 Coderslang Master

How to Add JavaScript to HTML

To add JavaScript to HTML files, you will use an HTML element tag called a script. A script tag is a tag that lets you insert JavaScript code in the HTML file....

August 17, 2021 路 2 min 路 Coderslang Master

What is a String in Programming

A string is a sequence of characters treated as a single piece of data. It is a type of data that stores texts in which programmers use to store textual information....

August 16, 2021 路 3 min 路 Coderslang Master

How to Call JavaScript Function On Button Click in HTML

In this tutorial you鈥檒l learn how you can call a JavaScript function on button click in HTML with three easy-to-follow steps. Step 1: Create a JavaScript function The first thing to do is create a JavaScript function....

August 13, 2021 路 2 min 路 Coderslang Master

What Can I Do With JavaScript

JavaScript can do many incredible things. You can use JavaScript to build: Websites Mobile applications Desktop applications Websites You can build a website with HTML and CSS alone. But if you want your website to do more things than just displaying information, you will need to use JavaScript....

August 12, 2021 路 2 min 路 Coderslang Master

How to run JavaScript in Visual Studio Code

In this short tutorial, you will learn how to run JavaScript in Visual Studio Code. There are three ways you can run JavaScript in the text editor and for that, feel free to choose whatever suits you the best....

August 10, 2021 路 3 min 路 Coderslang Master

How to update Node.js

In the past, updating Node.js was not straightforward as you had to install third-party software and run command lines which can be confusing and introduce bugs to your projects. Nowadays, It鈥檚 easy to update Node....

August 9, 2021 路 1 min 路 Coderslang Master

How Long it Takes to Learn JavaScript

One of the most common questions beginner programmers ask is how long it takes to learn JavaScript. You want to know how long it will take you before you start building JavaScript projects and get a job in software development....

December 16, 2021 路 8 min 路 Coderslang Master