--- title: Довідник з JavaScript slug: Web/JavaScript/Reference tags: - JavaScript - NeedsTranslation - TopicStub translation_of: Web/JavaScript/Reference ---
{{JsSidebar}}

This part of the JavaScript section on MDN serves as a repository of facts about the JavaScript language. Read more about this reference.

Глобальні Об'єкти

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

{{page('/en-US/docs/Web/JavaScript/Reference/Global_Objects', 'Standard_objects_by_category')}}

Statements

This chapter documents all the JavaScript statements and declarations.

{{page('/en-US/docs/Web/JavaScript/Reference/Statements', 'Statements_and_declarations_by_category')}}

Expressions and operators

This chapter documents all the JavaScript expressions and operators.

{{page('/en-US/docs/Web/JavaScript/Reference/Operators', 'Expressions_and_operators_by_category')}}

Фукції

This chapter documents how to work with JavaScript functions to develop your applications.

Additional reference pages