--- title: Ръководство по JavaScript slug: Web/JavaScript/Guide tags: - JavaScript - ръководство translation_of: Web/JavaScript/Guide ---
Ръководството по JavaScript ви обяснява как да използвате JavaScript и ви дава обща представа за езика. Ако се нуждаете от изчерпателни сведения за отделна възможност на езика, потърсете в Справочника за JavaScript.
This Guide is divided into several chapters:
About this guide
About JavaScript
JavaScript and Java
ECMAScript
Tools
Hello World
Basic syntax & comments
Declarations
Variable scope
Variable hoisting
Data structures and types
Literals
Defining functions
Calling functions
Function scope
Closures
Arguments & parameters
Arrow functions
Assignment & Comparisons
Arithmetic operators
Bitwise & logical operators
Conditional (ternary) operator
String literals
String
object
Template literals
Internationalization
Regular Expressions
Objects and properties
Creating objects
Defining methods
Getter and setter
{{Next("Web/JavaScript/Guide/Introduction")}}