Category: JavaScript

Detect Browsers in JavaScript - Clue Mediator

Detect Browsers in JavaScript

Today we will show you how to detect browsers in JavaScript. There are multiple ways to detect browsers but here we will give you two different methods to do it....

Switch Case Statement in JavaScript - Clue Mediator

Switch Case Statement in JavaScript

In this Article, you will learn how to use switch case statement in JavaScript. The switch statement is used to perform different actions based on different conditions. JavaScript Switch…Case Statements,...

Splice and Slice array methods in JavaScript - Clue Mediator

Splice and Slice array methods in JavaScript

Today we will discuss about the Splice and Slice array methods in JavaScript with example. splice() and slice() both methods look similar, but act in very different ways. Splice and...

Map, Filter and Reduce Operators in JavaScript - Clue Mediator

Map, Filter and Reduce Operators in JavaScript

Today we will provide you an understanding of the Map, Filter and Reduce Operators in JavaScript. These three operators are very useful in JS development. Map, Filter and Reduce Operators...

Do's and don'ts in JavaScript - Clue Mediator

Do’s and don’ts in JavaScript

Today we will provide you the list of the do’s and don’ts in JavaScript as per the Google JavaScript Style Guide. When we are working with the real project at...

Get Current Date & Time in JavaScript - Clue Mediator

Get Current Date & Time in JavaScript

Today we will show you how to get current date & time in JavaScript. We will also show you how to get a current year, month, date, hours, minutes, seconds,...