The way to write your code

Prevent Component from Rendering in ReactJS - Clue Mediator

Prevent Component from Rendering in ReactJS

Today we will show you how to prevent component from rendering in ReactJS. When you want to prevent the component from rendering based on some condition then you can simply...

Element Variables in ReactJS - Clue Mediator

Element Variables in ReactJS

Today we will show you how to use element variables in ReactJS. Element variables is a simple variable which can hold the JSX element and it can be rendered when...

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

If Else Statement in ReactJS - Clue Mediator

If Else Statement in ReactJS

Today we will show you how to use if else statement in ReactJS. It’s a basic tutorial for react beginners. You can use If-Else statement while you need to render...

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

Configure username and email in Git - Clue Mediator

Configure username and email in Git

Today we will show you how to configure username and email in Git at global level and local level. It will be used when you commit your code in repository....

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

How to install Git in Windows - Clue Mediator

How to install Git in Windows

Today we will show you how to install git in windows operating system. You can also install it in Mac OS X and Linux/Unix. How to install Git in Windows,...

Git Clone Error: Repository not found - Clue Mediator

Git Clone Error: Repository not found

Today we will show you how to fix the git clone error: Repository not found. This is a common error while you have a private repository and you are trying...

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