Read this tutorial and find methods of checking whether a JavaScript object is empty or not. Choose the best one for you and get the code immediately.
Read and learn two methods used to check whether a string matches RegEx in JavaScript. Also, see which method is the fastest and differences between them.
Read this JavaScript tutorial and learn several ways that are used for checking whether the parameter passed to the method is of type Date object or not.
Read the tutorial and learn two useful methods that are used to clone the Date object in JavaScript. Get the current date and the cloned one right away.
Cloning an object in JavaScript is one of the most common and complicated practices at the same. In this chapter, we will explain how to do it correctly.
You can either loop through the arrays or convert them to string and then compare. This tutorial provides several fast methods of comparing two arrays.
In this tutorial, you will read and learn useful information about the right way of converting a JavaScript Date to the Coordinated Universal Time standard.
If you want to get a proper explanation of how to convert a PHP object to an associative array, you are in the right place. Just follow the examples.
Read the tutorial and find how you can convert the UNIX timestamp to time in JavaScript to make the Unix format date-time value in a user-readable format.
Read this JavaScript tutorial and learn about the fastest methods of converting object into string. Read about JSON.stringify() and toString() methods.