How to disable right click and text selection

Disable right click and text selection It is possible with javascript to disable right click and text selection to...
Read More ⟶

javascript redirect code

With below javascript redirect code, you can easily redirect your current page to any pages you desire. Simple...
Read More ⟶

javascript function keyboard key

With javascript we can control the function of keyboard key. Its necessary sometimes when we have to create an event on...
Read More ⟶

Basic simple calculator

In this tutorial I am going to show you how to design a basic simple calculator with few HTML codes. Generally building...
Read More ⟶

Nested Loop javascript

Simple nested loop javascript code var person = [{ name : [ {firstName: "Ravi", lastName: "Kumar"} ], id...
Read More ⟶

HTML5 default validation for confirm password

Hello guys, In this section, I am going to show you how you can easily validating HTML5 default validation for confirm...
Read More ⟶

Remove duplicate array based on api response attribute value

Remove duplicate array based on api response attribute value is something different than a normal array. In this post...
Read More ⟶

Compare identical array

How to compare identical array var userOrder = ...
Read More ⟶

Remove spec.ts while generating angular component

$ ng generate component dialog-boxx --skipTests=true The post Remove spec.ts while generating angular component...
Read More ⟶