#programming-tips
Read more stories on Hashnode
Articles with this tag
Introduction According to the Oxford Dictionary, the word semantics means “the meaning of words, phrases or systems”. Semantic Elements can simply be...
In JavaScript you can declare a variable using one of three ways, var, let, or const. But how are they different and which one to use? Understanding...
JavaScript is a programming language that is a core component of many web browsers. It has also been used to create a wide variety of other programs,...