In JavaScript, the toUpperCase() function is called by using the ____ format.
A. object.method()
B. alert.object()
C. object.parameter()
D. var.object()
Answer: A
You might also like to view...
Match the following terms to their meanings:
I. Microsoft Office II. Cloud computing III. Microsoft Office 365 IV. OneDrive for Business V. SharePoint A. Enables you to create, sync, store, and share up to 25 GB of data in the cloud B. Where applications are accessed through a Web browser C. A collection of server platforms, desktop applications, and online services D. The Microsoft central information sharing and business collaboration platform for organizations E. A suite of apps that enables you to create documents and collaborate by sharing the documents with others
The _______ event is raised when a mouse button is pressed.
a) MousePress b) MouseClick c) MouseDown d) MouseButtonDown