Javascript Articles

Sorted By: Most Recent
Kacper Michalik Kacper Michalik
Updated on June 23, 2025

19 Programming Project Ideas: From Simple Scripts to Full Apps

Programming projects can help developers expand their skills and deepen their tech stack knowledge. Here are a variety of project ideas from beginner to advanced to sharpen your skills. 

Image: Shutterstock / Built In
Dr. Derek Austin Dr. Derek Austin
Updated on June 17, 2025

How to Use JSON.stringify() and JSON.parse() in JavaScript

JSON.stringify() and JSON.parse() are useful tools for handling JSON-formatted content in JavaScript, though they have some limitations. Here's how to use them.

Image: Shutterstock / Built In
Estefanía García Gallardo Estefanía García Gallardo
Updated on June 17, 2025

What Is AJAX (Asynchronous JavaScript and XML)?

AJAX is a web development technique that can make 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
David Koff David Koff
Updated on June 16, 2025

Install Node.js: A Tutorial

Node.js is an JavaScript runtime 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
Anthony Corbo Anthony Corbo
Updated on June 16, 2025

What Is JavaScript?

JavaScript is a high-level, interpreted programming language that operates on both the client side and the server side in order to make web pages interactive.

Image: Shutterstock / Built In
K. Jagathish K. Jagathish
Updated on June 13, 2025

How to Use the JavaScript Array FindIndex Method

The JavaScript array findIndex method returns the first element of an array that meets a provided condition. Learn how to apply it to your code. 

Image: Shutterstock / Built In
K. Jagathish K. Jagathish
Updated on June 12, 2025

How to Find Values in a JavaScript Array

Finding a value in an array is useful for effective data analysis. Learn how to discover what a JavaScript Array contains using indexOf, includes, for loop, some methods and more.  

Image: Shutterstock / Built In
Chris Cook Chris Cook
Updated on June 10, 2025

How to Use JSON With Comments for Configs

Comments can be added to JSON using a VS Code folder along with a files.associations top-level object. Here’s how to do it. 

Image: Shutterstock / Built In
Joshua Olajide Joshua Olajide
Updated on June 10, 2025

What Is Prisma? A Guide.

Prisma is an ORM tool that simplifies database management and serves as a connection between a given web application and database. Here’s how to use it.

Image: Shutterstock / Built In
Anthony Corbo Anthony Corbo
Updated on May 22, 2025

What Are JavaScript Algorithms and Data Structures?

JavaScript algorithms allow a data operation to function precisely while JavaScript data structures are a method of storing data for efficient access and modification.

Image: Shutterstock / Built In