ALL articles of JavaScript

How to validate email address in Javascript

Hello dev, Today almost website have user registration functionality in their website. So before sending user data to server, you ca...

READ MORE

How to remove a property from a JavaScript object

Hello guys, Javascript object is pair of key/value. If you want to access any value from the Javscript object, you can access using objec...

READ MORE

How to detect internet speed in JavaScript

Hello guys, In this article we will share how you can test your internet connection using Javascript. Javascript is best option to test c...

READ MORE

How to pass PHP variables to JavaScript

PHP is server side language which retrieves data from database and show in client side. Javascript is client side language which manipulate...

READ MORE

How to send push notification using Javascript Push.js

You always want to update your users about new product lauch or exiting offerers. You can use mail notification or browser notification. The...

READ MORE

How to remove whitespace from the beginning and end of a str...

Sometimes you have a situation when you are comparing string or doing any opearation, but it returns as expected. This is because the string...

READ MORE