#web-development
Read more stories on Hashnode
Articles with this tag
When using Express, how do we redirect the user to another page? All we have to do if we want to send the user to another page is to write something...
In this post, we will learn about JavaScript while loops and do while loops. While Loop The while loop keeps executing the code block until a...
In this post, we will be learning about JavaScript switch statements. A Switch statement takes a variable, checks its value, and then depending on the...
In this tutorial, we will be learning how to use cookies with PHP. What Are Cookies? Even if you're not a programmer, the word cookie should be...
In this tutorial, we will be learning about associative arrays. What Are Associative Arrays? Associative arrays are arrays with named keys; instead of...
In this tutorial, we will learn about indexed arrays. What Are Indexed Arrays? The simplest type of array is the indexed array. This means that the...