If you already have a functioning tictactoe game made in javascript and you wanna learn how to make an ai to play with, then this how you will be...
This is a way of creating an immutable copy of a 2 dimensional array in js if you want to mutate the second array without affecting the original.
React js is a lightweight, scalable and efficient library introduced by Facebook after php .It is not a framework like angular js which was introduced by google. React was...
How To Make a Google Chrome Extension
A Quick Intro To Google Chrome...
use a canvas to capture the pasted clipboard image, how does one paste it to a File Input using only Ctrl + V anywhere on the page?
Html...
In many of the apps we need some kind of random funtionality. This thing is very esstensial when making games in any language. You can also need it when you have to get some the...
Reactjs Hooks
Hooks are the new feature introduced in the React 16.8 version. It allows you to use state and other React features without writing a class. Hooks are the...
JavaScript stores numbers as 64 bits floating-point numbers, but all bitwise operations are performed on 32 bits binary...
Encouraging children to study a programming language is a complicated, but increasingly necessary task. Therefore, here we will present a selection of Web pages that have...
In other words, find the lowest positive integer that does not exist in the array. The array can contain duplicates and negative numbers as well. This question was asked by...
I have to admit that the ignorance of these methods, together with the Class syntax, were the biggest triggers of wanting to delve deeper into the fundamentals of the...
Today we are going to learn what yy_mm_dd means. In JavaScript we will create a program in which it will tell us about the date, month, and year. Yy_mm_dd can be formatted in...
getElementsByTagName(“h1“)
While working with Node JS, you may be familiar with require () and sometimes, it displays an error such as Reference error not...
In this article I Am going to discuss an error that is occur when we run an append query in our desktop database...