________________ developed JavaScript.
In mid 1997, Netscape, the inventor of JavaScript, announced that the ____________ had approved JavaScript as an international standard.
Creating your object references as elements of an array rather than creating individual variables will make them easier to use for repetitive tasks?
JavaScript is case sensitive, and the keyword "function" must be all lowercase.
___________ is JavaScript's server-side solution. It enables you to connect Web pages to databases, as well as enable server-side image maps and save client state so that the computer will remember where the client is in a multi-page preocess.
VBScript was the first scripting language developed for Webpage design.
A __________ is a named space of memory, like a container that holds a value.
Methods operate on _________ instances of objects.
Which if any of the following enables you to access the methods and properties of the parent window from a newly opened child window?
The built in function parseFloat() __________________.