Tag: Javascript
JavaScript Variable
A variable is simply a container that stores a value in a location. This value can be changed during the execution of the program. There …
JavaScript Basic Concepts
JavaScript Comment The javascript comments are a meaningful way to deliver messages. It is used to add information about the code, warnings, or suggestions. so …
Java Script Introduction
Java Script It is used to create client-side dynamic pages. Java Script is an object-based scripting language that is lightweight and cross-platform.JavaScript is not a …