Javascript Articles

Sorted By: Most Recent
K. Jagathish K. Jagathish
Updated on May 11, 2023

JavaScript PreventExtensions Method Explained

The preventExtensions method in JavaScript prevents new properties from being added to an object by marking it non-extensible. Here’s what you need to know.

Image: Shutterstock / Built In
David Koff David Koff
Updated on April 05, 2023

Install Node.js: A Tutorial

Node.js is an open-source server that works on multiple operating systems and is useful for both front- and back-end applications. This tutorial explains how to install it on your machine.

Image: Shutterstock / Built In
Nicolai Berg Andersen Nicolai Berg Andersen
Updated on April 04, 2023

What Is an iFrame?

We use iFrames (inline frames) to embed HTML documents within websites. Our expert shows you how to use iFrames and provides some practical examples.

Image: Shutterstock / Built In
Estefanía García Gallardo Estefanía García Gallardo
Updated on April 04, 2023

What Is AJAX (Asynchronous JavaScript and XML)?

AJAX makes websites faster and more responsive to user input, which creates a better user experience. Here’s how AJAX works and how you can get started.

Image: Shutterstock / Built In
Sara A. Metwalli Sara A. Metwalli
Updated on March 28, 2023

What Is NPM?

In web development, we often talk about npm but what does it do, exactly? Here’s what you need to know to install and use npm.

Image: Shutterstock / Built In