From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- .../javascript/reference/global_objects/index.html | 128 --------------------- 1 file changed, 128 deletions(-) delete mode 100644 files/fa/web/javascript/reference/global_objects/index.html (limited to 'files/fa/web/javascript/reference/global_objects/index.html') diff --git a/files/fa/web/javascript/reference/global_objects/index.html b/files/fa/web/javascript/reference/global_objects/index.html deleted file mode 100644 index 4db59a377c..0000000000 --- a/files/fa/web/javascript/reference/global_objects/index.html +++ /dev/null @@ -1,128 +0,0 @@ ---- -title: Standard built-in objects -slug: Web/JavaScript/Reference/Global_Objects -tags: - - JavaScript - - NeedsTranslation - - TopicStub -translation_of: Web/JavaScript/Reference/Global_Objects ---- -
-
- {{jsSidebar("Objects")}}
-
-

Summary

-

This chapter documents all the JavaScript standard built-in objects, along with their methods and properties.

-
-

The term "global objects" (or standard built-in objects) here is not to be confused with the global object. Here, global objects refer to objects in the global scope (but only if ECMAScript 5 strict mode is not used! Otherwise it returns undefined). The global object itself can be accessed by the {{jsxref("Operators/this", "this")}} operator in the global scope. In fact, the global scope consists of the properties of the global object (including inherited properties, if any).

-

Other objects in the global scope are either created by the user script or provided by the host application. The host objects available in browser contexts are documented in the API reference. For more information about the distinction between the DOM and core JavaScript, see JavaScript technologies overview.

-

Standard objects (by category)

-

Value properties

-

Global properties returning a simple value.

- -

Function properties

-

Global functions returning the result of a specific routine.

- -

Fundamental objects

-

General language objects, functions and errors.

- -

Numbers and dates

-

Objects dealing with numbers, dates and mathematical calculations.

- -

Text processing

-

Objects for manipulating texts.

- -

Indexed collections

-

Collections ordered by an index. Array-type objects.

- -

Keyed collections

-

Collections of objects as keys. Elements iterable in insertion order.

- -

Structured data

-

Data buffers and JavaScript Object Notation.

- -

Control abstraction objects

- -

Reflection

- -

Internationalization

-

Additions to the ECMAScript core for language-sensitive functionalities.

- -

Other

- -
-

 

-- cgit v1.2.3-54-g00ecf