Javascript object is pair of key/value. If you want to access any value from the Javscript object, you can access using object.key or object['key'] syntax.
In this article we will share how...
Use the jQuery animate() method
You can simply use the jQuery animate() method in combination with the mouseenter() and mouseleave() methods to animate the width of a&...
Use the JavaScript for Loop
The easiest way to loop through or iterate over an array in JavaScript is using the for loop.
The following example will show you how to display a...
PHP provides ternary operator for if...else condition if there is simple one line statement. However ternary operator throw undefined error if the variable in condition is not defined.
Example...
In this tutorial article, we will learn how to update data from MySQL database using Node.js. We will use where condition to update specific records into MySQL server.
Perform the following s...