Results for: "variables"
Contents (89)
Strings in JavaScript: What they are and how to use them
In this tutorial we are going to explain what strings are and how they are used in JavaScript. The tutorial…
read more
What are React Hooks and what problems they solve
Working with React, - and before the release of Hooks in version 16.8 - there was always the possibility to create…
read more
How to Send Email from an HTML Contact Form
In today’s article we will write about how to make a working form that upon hitting that submit button will…
read more
Looping through a matrix with JavaScript
We were already talking about how to multiply arrays in JavaScript and we realised that we had not explained something…
read more
How to make a multilingual website without redirect
Today, we're going to talk about how to implement a simple language selector on the basic static website, without the…
read more