javascript-tutorial / bg.javascript.info

Modern JavaScript Tutorial in Bulgarian
https://javascript.info
Other
8 stars 8 forks source link

Bulgarian Translation Progress #1

Open iliakan opened 4 years ago

iliakan commented 4 years ago

Maintainer List

@tmollov

For New Translators

Please read this first (click to open)

To translate an article: 1. Check that no one else has claimed your article in the checklist below. 2. Comment below with the title of the article that you would like to translate, exactly as listed, e.g. `An Introduction to JavaScript`. - Please take only one article at a time. 3. Fork this repo, translate the article in your fork and submit a pull request! - The pull request title should be same as the article, e.g. `An Introduction to JavaScript` (just like comment) Please be prompt with your translations! If you find that you can't commit any more, let maintainers know so they can assign the page to someone else.

For Maintainers

Click to open

We recommend that a translation has 2 reviews to be merged. Please let others know what you do, on community boards and chats, invite them to join. Translations become better if more people see them. Translations are tracked below, like this: * [ ] [Home Page](url) (@iliakan) #1 Our helpful bot watches comments and adds the translator nick and PR id, marks completed, when PR is merged. You can read the details at . If something doesn't work right, please contact @iliakan.

Team translation

More details about team translation: https://javascript.info/translate/bot.

Only maintainers can check/uncheck items below. If you're not, please write in a comment what you take to translate, the title, exactly as in the list.

The JavaScript language

An introduction

JavaScript Fundamentals

Code quality

Objects: the basics

Data types

Advanced working with functions

Object properties configuration

Prototypes, inheritance

Classes

Error handling

Promises, async/await

Generators, advanced iteration

Modules

Miscellaneous

Browser: Document, Events, Interfaces

Document

Introduction to Events

UI Events

Forms, controls

Document and resource loading

Miscellaneous

Frames and windows

Binary data, files

Network requests

Storing data in the browser

Animation

Web components

Regular expressions

Nnachevvv commented 4 years ago

Code structure

Xapuu commented 4 years ago

Hello, world!

tmollov commented 4 years ago

The modern mode, "use strict"

Nnachevvv commented 4 years ago

Comments

Xapuu commented 4 years ago

Data types

javascript-translate-bot commented 4 years ago

Error: the article already has meta information in the Progress Issue "(@Xapuu)" :interrobang:

Nnachevvv commented 4 years ago

Objects

tmollov commented 4 years ago

Variables

tmollov commented 4 years ago

Interaction: alert, prompt, confirm

metodiobetsanov commented 4 years ago

Type Conversions

metodiobetsanov commented 4 years ago

Operators

tmollov commented 4 years ago

Conditional operators: if, '?'

metodiobetsanov commented 4 years ago

Comparisons

metodiobetsanov commented 4 years ago

Logical operators

tmollov commented 4 years ago

Loops: while and for

jkrumov commented 4 years ago

The "switch" statement

jkrumov commented 4 years ago

Functions

tmollov commented 4 years ago

JavaScript specials

tmollov commented 4 years ago

Garbage collection

ghost commented 4 years ago

Function expressions

ghost commented 4 years ago

Arrow functions, the basics

ghost commented 4 years ago

Debugging in Chrome

ghost commented 4 years ago

Automated testing with Mocha

ghost commented 4 years ago

Coding Style

ghost commented 4 years ago

Polyfills

ghost commented 4 years ago

Ninja Code

ghost commented 4 years ago

Ninja code

tmollov commented 4 years ago

Symbol type

ghost commented 4 years ago

Object methods, "this"

tmollov commented 4 years ago

Nullish coalescing operator '??'

tmollov commented 4 years ago

Object copying, references

tmollov commented 4 years ago

Constructor, operator "new"

tmollov commented 4 years ago

Optional chaining '?.'

tmollov commented 4 years ago

Conditional branching: if, '?'

tmollov commented 4 years ago

Object to primitive conversion

tmollov commented 4 years ago

Methods of primitives

tmollov commented 4 years ago

Numbers

tmollov commented 4 years ago

Class basic syntax

tmollov commented 3 years ago

Strings

tmollov commented 3 years ago

Object references and copying

tmollov commented 3 years ago

Polyfills and transpilers

ghost commented 3 years ago

Arrays

tmollov commented 3 years ago

Static properties and methods