JavaScript Conditional Statements || BCIS Notes
JavaScript Conditional Statements Like many other programming languages, JavaScript also allows you to write code that performs different actions based on the results of logical […]
JavaScript Conditional Statements Like many other programming languages, JavaScript also allows you to write code that performs different actions based on the results of logical […]
JavaScript Strings A JavaScript string is a sequence of letters, numbers, special characters and arithmetic values or combination of all. JavaScript Strings can be created […]
JavaScript Events A JavaScript events is something that happens when a user interacts with the web page, such as when he clicked a link or […]
JavaScript Operators Operators are symbols or keywords that tell the JavaScript engine to perform some sort of actions. For example, the addition (+) symbol is […]
JavaScript Data Types There are six basic data types in JavaScript which can be divided into three main categories: primitive (or primary), composite (or reference), […]
JavaScript Syntax The syntax of JavaScript is the set of rules that define a correctly structured JavaScript program. A JavaScript consists of JavaScript statements that […]
Introduction to JavaScript JavaScript is the most popular and widely used client-side scripting language. Client-side scripting refers to scripts that run within your web browser. […]
XSLT (Extensible Stylesheet Language Transformation) XSLT is a language for transforming XML documents. It is the most important part of XSL. XPath is a language […]
XHTML (Extensive Hypertext Markup Language) XHTML stands for Extensive Hypertext Markup Language. It is the next step in the evolution of the internet. The XHTML […]
XML (Extensible Markup Language) XML (Extensible Markup Language) is a new standard that has recently been approved by the World Wide Web Consortium. It is […]
Copyright © 2024 | WordPress Theme by MH Themes