JavaScript typeof operator
In JavaScript, the typeof operator can check primitive types which you learned in the previous post. Let’s find out the data types of primitive types… Read More »JavaScript typeof operator
In JavaScript, the typeof operator can check primitive types which you learned in the previous post. Let’s find out the data types of primitive types… Read More »JavaScript typeof operator
JavaScript is a loosely typed and dynamic language. Variable can be assigned or reassigned anytime. In JavaScript, there is no need to declare the type… Read More »JavaScript Data Types
There are two category of HTML 5 elements listed below. Block level elements Inline elements Block elements such as<mark style="background-color:rgba(0, 0, 0, 0);color:#b61515" class="has-inline-color"> </mark><h1>… Read More »HTML 5 Semantic Elements and JavaScript Basics