Press "Enter" to skip to content

Category: JavaScript

A brief Note on JavaScript Objects – JavaScript articles

JavaScript is an Object Oriented Programming language (OOP). An Object is a special kind of data and acts like real –life objects. An object has properties and methods. A real-life example for object could be a music system. It has properties like, on, off, current volume, etc. The methods could be said as, turn on, turn off, increase volume, etc. Similarly, JavaScript objects do have properties and methods.

Comments closed

JavaScript Basics – The Fundamentals of JavaScript

This article briefly explains the fundamentals of JavaScript.  The basic characteristics, features, usage, etc. have been explained in simple terms. Topics like,  What is JavaScript ?,  How can we use the JavaScript ? , Where to place a JavaScript code ?,  Characteristics of JavaScript,  JavaScript variables,  JavaScript operators, etc. are explained in a simple manner.

Comments closed