What is an operator? An operator is a character that represents an action. What is
Learn MoreMonth: September 2021
JavaScript – Data Types
What is a Data type ? Data type is an attribute that a data value
Learn MoreJavaScript – Global Variables
What is the Global variable in JavaScript ? Global scope variables can be defined anywhere
Learn MoreJavaScript – Variables
What is a Variable ? Variable is the one which is liable to change, it
Learn MoreJavaScript – Comments
What is a JavaScript comment ? JavaScript comments are the only meaningful way to deliver
Learn MoreJavaScript – External JavaScript Code
What is External JavaScript ? JavaScript code is placed in a separate file from the
Learn MoreJavaScript – Internal JavaScript Code
Including Javascript code is the first step for making an HTML file interactive. Only when
Learn MoreJavaScript – Introduction
What is JavaScript? Javascript is a computer programming language used to make changes in Webpages.
Learn MoreHTML Tags – Word Break Tag
What is HTML <wbr> tag ? HTML <wbr> tag is used to define a word
Learn MoreHTML Tags – Video Tag
What is <video> tag ? <video> tag is an inline element used to embed video
Learn More