The way to write your code

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...

Using tags in Git - Clue Mediator

Using tags in Git

Today we’ll give you an understanding of the tags and show you a list of git commands to play with tags. Checkout more articles on Git Remove the last commit...

Barcode scanner in React - Clue Mediator

Barcode scanner in React

Today we will show you how to implement a barcode scanner in React. In this example, we will use the quaggaJS in the ReactJS component. What is QuaggaJS? QuaggaJS is...

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...

console methods in JavaScript - Clue Mediator

console methods in JavaScript

Today we’ll explain the various console methods in JavaScript and how to use it with examples. Checkout more articles on JavaScript 7 JavaScript One-Liners that you should know Add days...