The fromCharCode() method is called a ____ method because it is not used as a method of any string objects (which can be literal strings or variables) in your scripts.

A. local
B. static
C. global
D. dynamic


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements displays the contents of a string called ‘class’ correctly?

A. cout << “I have “ class “on Mondays”; B. cout<< “I have “ << class << “on Mondays”; C. cout<< “I have << class << on Mondays”; D. cout<< “I have ‘class’ on Mondays”;

Computer Science & Information Technology

What does the ScriptEngine function do?

a) It compiles the current script. b) It returns information about the version of VBScript. c) It returns information about the interpreter. d) It returns the type script being used.

Computer Science & Information Technology

The section of Group Policy from which administrators can configure settings that are applied to users' desktops, specify programs that users can run, and so on is called ________

a. Group Policy Objects b. Server Policies c. Administrative Templates d. None of the above

Computer Science & Information Technology

A device driver is?

A. ?a program used by the operating system. B. ?a software system. C. ?installed by a prompt. D. ?a type of printer.

Computer Science & Information Technology