answersLogoWhite

0

An object in JavaScript is anything that holds information. Arrays, strings, numbers and booleans are all objects. You can then use methods and functions to manipulate those objects. If you want to know more about objects, see the related links.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the purpose of array objects in JavaScript?

An array object is used to store multiple values in a single variable. This de-clutters everything and is extremely useful. An array can be created in three ways, regular, condensed and literal.


Argument Array in java script?

There is an arguments object in JavaScript. This object is treated much like an array (but it's not actually an array.)You can however reference the arguments passed to a function via this array. For instance, if we call a function like so:exampleFunc('Tom', 15, 'potato');Then we can access the value of Tom at the local variable arguments[0].


How do you print element in array using javascript?

You would insert this command right after your array values have been specified.document.write(name of array[Number on array this item is, starts at 0])


How do you shortcut systemoutprintln in javascript?

There is no systemout object in JavaScript. Do you mean Java?


What are properties in Javascript?

Like other object-oriented languages (JavaScript is technically not 'object-oriented'), JavaScript has objects, those objects have attributes or 'properties' which hold data


What is the correct way to write a JavaScript array?

The most common and shortest way to write a JavaScript array is: var myArray=[1,2,3]; You can also use: var myArray=new Array(1,2,3); Or: var myArray=new Array(); myArray[0]=1; myArray[1]=2; myArray[2]=3; All of these produce the same array containing the elements 1, 2, and 3.


How can I use the mini.split function to separate a string into an array of substrings in JavaScript?

To use the mini.split function in JavaScript to separate a string into an array of substrings, you need to call the split method on the string and provide the delimiter as an argument. This will split the string at each occurrence of the delimiter and return an array of substrings.


Why object array called universal array?

Object array is called universal array because it can store multiple variables of the same type


What JavaScript terms are used to describe the actions performed of an object?

JavaScript is an object-oriented language, and like most OO languages, the actions that are performed on an object are referred to as methods. In JavaScript, methods are also sometimes called functions.


What does JSON stand for?

JavaScript Object Notation.


What is the Javascript onclick?

The Javascript onclick function is a popular part of Javascript. The Javascript onclick function makes it easy and simple for one to quickly link a page.


What does java script do?

Javascript is a programming language that is object orientated. that means that it is much better to use if you want to assign given attributes to an object. Javascript is the best for doing object orientated things.