How-to articles, tricks, and solutions about VARIABLE
In PHP, an ampersand is put before the function name for returning a reference to the variable instead of returning the value. Learn how to do that, here.
Read this tutorial and learn useful information about the instance methods of the Date object to help you subtract days from date in JavaScript easily.
Read this JavaScript tutorial to know why you cannot delete the property that is created with var. Also, know in which cases you shouldn’t use the operator.
The @ sign is one of the common used ones in programming. Let’s discover how it can be used in PHP together. Read on the snippet and check the examples.
The double Not(!!) or the NOT NOT is one of the commonly used operators in PHP. Here, we will show you what it is and how to use it in your practice.
In this snippet, we will demonstrate to you how to use one of the common PHP functions: func_get_arg().
On this page, we will look into pass-by-reference and pass-by-value. Let’s explore their differences and find out what language JavaScript is considered.
This snippet is dedicated to the the main ways of using self and $this keywords in PHP. Here, you will learn how to use them and their main differences.