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.

Operators in Javascript

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

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 »