Skip to content

JavaScript Tutorials

How To Fix the “uncaught typeerror: cannot read property” Error in JavaScript

There can be several reasons for the "uncaught typeerror" message in JavaScript. We review all the possible causes and fixes in this article.
Reading time
7 min read
Updated date
January 3, 2023
Topic
JavaScript Tutorials

All Articles

Building GraphQL APIs With Node

Curious how to use GraphQL with Node.js? We'll walk you through the whole process here with code samples and easy-to-understand explanations.
Reading time
10 min read
Updated date
December 23, 2022
Topic
JavaScript Tutorials

React Best Practices to up Your Game in 2026

Great React developers write clean code by following modern best practices. Here, we cover the top React best practices you ought to master.
Reading time
19 min read
Updated date
December 12, 2022
Topic
JavaScript Tutorials

The Ultimate Guide to Inertia.js

A look at how Inertia.js makes constructing single-page applications a piece of cake, while solving other problems for developers.
Reading time
15 min read
Updated date
November 3, 2022
Topic
JavaScript Tutorials

A Guide to JavaScript HTTP Requests

The interaction between the frontend and backend of websites is made possible through HTTP requests. Functionalities like updating a new/old user in a database, publishing a ...
Reading time
22 min read
Updated date
October 13, 2022
Topic
JavaScript Tutorials

An Introduction to the Performance API

Learn to measure the responsiveness of your live web application on real user devices and network connections using the Performance API.
Reading time
11 min read
Updated date
October 26, 2022
Topic
JavaScript Tutorials

How to Minify JavaScript — Recommended Tools and Methods

Learn how to minify JavaScript and speed up your website. You'll also discover top JavaScript minification tools, including WordPress plugins.
Reading time
15 min read
Updated date
October 26, 2022
Topic
JavaScript Tutorials

A Definitive Guide to Handling Errors in JavaScript

Getting tripped up by errors in your JavaScript? We'll show you how to tame those errors so you can get back to developing your project.
Reading time
33 min read
Updated date
October 26, 2022
Topic
JavaScript Tutorials
Topic
Website Errors

A Thorough Guide to Using Media Queries in JavaScript

Media queries are normally defined in CSS to make a site layout responsive. Media queries can also be used in JavaScript.
Reading time
14 min read
Updated date
December 15, 2022
Topic
JavaScript Tutorials
Topic
User Experience

What Is JavaScript? A Look at the Web’s Most Popular Scripting Language

Learn what is JavaScript in detail, its main features, advantages, and how it differs from Java. We'll also explore JS with code examples.
Reading time
15 min read
Updated date
December 23, 2022
Topic
JavaScript Tutorials

10 Things You Need To Know About the Vue.js Frontend Framework

Explore 10 reasons why you should give Vue.js a second look as a frontend JS library for your next web development project.
Reading time
13 min read
Updated date
December 15, 2022
Topic
JavaScript Frameworks
Topic
JavaScript Tutorials
Topic
Vue.js

The 40 Best JavaScript Libraries and Frameworks for 2026

Explore our hand-picked list of the best JavaScript libraries and frameworks. You'll also learn their features, benefits, and top use cases.
Reading time
34 min read
Updated date
November 25, 2022
Topic
JavaScript Frameworks
Topic
JavaScript Tutorials

PHP vs JavaScript: An In-Depth Comparison of the Two Scripting Languages

What are the key differences between PHP vs JavaScript? Take a deep dive into how the two languages differ from each other!
Reading time
18 min read
Updated date
October 4, 2022
Topic
JavaScript Tutorials
Topic
Learn PHP