JS

JavaScript Fundamentals 2 - The global object in J...

11.

Which of the following statements best describes the global object in JavaScript?

The global object represents the global scope in JavaScript and provides access to built-in properties and functions.

The global object is a reserved keyword that defines the global scope for all variables and functions in JavaScript.

The global object is used to store global variables and functions that are accessible from any part of the program.

The global object is an instance of the Object class and allows access to various global methods and properties.