answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What are predefined objects in JavaScript?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the predefined stream objects in c?

printer


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


Example of predefined function?

function callMe (fx_params) { alert(fx_params); } callMe('Alert Loaded from a JavaScript function'); This would be in a javascript page, or in a JS Script tag.. - Caleb Convina Web Design and Hosting


How does one define a Javascript class?

To define the class of a javascript code or string there are two to three or so main methods, one of these is to use it, and review the result, such as activating and using a function relative to to itself. Another is to use the objects Literals, the advantage to this is that Literals are a shorter way to define objects and arrays in JavaScript.


What is a example of a class is Javascript. Describe the properties and one method. Give two examples of objects of that class?

JavaScript is a prototype based object oriented language. This means that it doesn't have classes.


How do you save javascript on Roblox?

It is not possible to save and execute Javascript code on Roblox. You can save Javascript code as plain text in script objects, but there is no way to execute the code. Roblox uses a scripting language called LUA in-game which is somewhat similar to JavaScript, but it is not identicle. You can learn about LUA syntax on the Roblox wiki.


How do i get battery level in javascript?

That's not possible. Javascript is a browser-based scripting language. Thus, it only has access to DOM objects. If you are making a desktop application and want access to that sort of thing, try Visual Basic, C, C++, C#, etc.


What is a javascript tutorial?

A JavaScript tutorial contains instructions that will teach you how to code in JavaScript.


What languages can a browser understand?

HTML, CSS, & JavaScript.


How many predefined color schemes does word have?

20, Word has 20 predefined color schemes.


What is webpage format?

HTML + CSS/JAVASCRIPT/FLASH/PHP . The page is coded in HTML code, and objects/interactions/stylesheet if any is runned at the beginning of the site.


What are built-in javascript classes?

Javascript does not have classes