Category: JavaScript

Verify an image URL in JavaScript - Clue Mediator

Verify an image URL in JavaScript

In this short article, we will show you how to verify an image URL in JavaScript. Here, we will use the Regular Expression to validate the image url using JavaScript....

Important HTTP Status Codes - Clue Mediator

Important HTTP Status Codes

Today we will show you the list of the important HTTP Status Codes. Checkout more articles on JavaScript/Node.js Top 8 popular npm packages for React and Node.js Barcode scanner in...

Navigator object in JavaScript - Clue Mediator

Navigator object in JavaScript

In this article, we will show you the properties of the navigator object in JavaScript. The window.navigator object contains information about the visitor’s browser. A Navigator object can be retrieved...

Math functions in JavaScript - Clue Mediator

Math functions in JavaScript

Today we’ll show you the list of JavaScript Math functions that every web developer should know. Math is a built-in object that has properties and methods for mathematical constants and...

Methods of Promises in JavaScript - Clue Mediator

Methods of Promises in JavaScript

In this short article, we’ll show you the list of the methods of Promises in JavaScript. Checkout more articles on JavaScript 7 JavaScript One-Liners that you should know Add days...