Find the location of an Item in multidimensional array

Finding position of an element in a multi-dimensional array

Read More
Add and Remove event listener javascript

Add and Remove event listener with javascript is very simple. First, you need to create your function with your business logics. We have taken an example of stop and start scrolling logic.

Read More
How to get hashtag value on hashchange

You can get the value of #hashtag from the URL if user click on any link in your page. There are two ways to find the id,  First by using Javascript and the second is by jQuery.

Read More
Let's Play Tic Tac Toe
Loading...