Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
AJWT » Javascript » Page 2

Control Statements in Javascript

Suryateja Pericherla Categories: Javascript. No Comments on Control Statements in Javascript

In this article we will learn about control statements in JavaScript. We will look at the syntax and description for each control statement.   Introduction   Statements that are used to control the flow of execution in a script are known as control statements. Control statements are used along with compound statements (a set of […]

Read the rest of this entry »

Operators in Javascript

Suryateja Pericherla Categories: Javascript. No Comments on Operators in Javascript

In this article we will learn about importance of operators and different categories of operators in JavaScript.   Introduction   JavaScript supports most of the traditional operators, which are grouped depending on their functionality, as follows: Arithmetic Operators Assignment Operators Relational Operators Logical Operators Bitwise Operators    Arithmetic Operators   Following are the arithmetic operators […]

Read the rest of this entry »

Data types and literals in Javascript

Suryateja Pericherla Categories: Javascript. No Comments on Data types and literals in Javascript

In this we will learn about data types and literals in JavaScript along with relevant examples.   JavaScript provides five scalar primitive types: Number, Boolean, String, Undefined, Null and two compound primitive types Array and Object.   Even though JavaScript supports object-orientation features, it still supports these scalar primitive data types simply because of performance […]

Read the rest of this entry »
Facebook
Twitter
Pinterest
Youtube
Instagram