Create a bar chart with react hooks and SVG

The post today is about making a dynamic bar chart with random auto-generated data. React with hooks and the use of SVG...

ReactJS – making a simple todo App with React Hooks

Finally , react hooks are officially released. I would give a huge change in the way we write react application. We don't...

Introducing querySelector and querySelectorAll

Comparing with getElementById, getElementByName,... querySelector and querySelectorAll are newcomers but soon become popular regarding their conveniences and consistent of using. How to use querySelector and querySelectorAll? With querySelector...

Working with array in JavaScript

arr1.splice(2,0, 3,4)Unlike Java, an array in JavaScript don't need to be fixed in size. You don't have to give it a length when declaring...

Why JavaScript is a good starting-point for beginner

Why Javascript you should learn JavaScript JavasScript has recently become the most popular programming language in the world. Not just using for Web development like...