Skip to content

idiomatic.js translation in Bulgarian language #124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changes in translation
  • Loading branch information
borislavib committed Dec 1, 2013
commit 031c61c243d94b97c73b9fdd7e8484118125c59f
11 changes: 4 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
// 2.C.1.1
// Функции с колбек
foo(function() {
// Няма празно поле преди функцията

});

// Функцията приема масив, без празни полета
Expand Down Expand Up @@ -400,8 +400,7 @@
E. Кавички

Няма значение дали се избира единични или двойни кавички, няма разлика при интерпретирането им. What **НАЙ-ВАЖНОТО** е да е консистентен кода. **Не смесвайте използването на кавички в проекта. Изберете един стил и се придържайте към него.**

F. End of Lines and Empty Lines

F. Край на редове и празни редове

Празните полета могат много да затруднят четимостта когато са наслагани хаотично. Добре да се премахват в края на реда.
Expand Down Expand Up @@ -453,7 +452,7 @@

variable === undefined

Свойства:
Полета:

object.prop === undefined
object.hasOwnProperty( prop )
Expand Down Expand Up @@ -506,7 +505,6 @@

foo = +document.getElementById("foo-input").value;
// ^ унарният оператор ще конвертира дясната страна към число
// ^ unary + operator will convert its right side operand to a number

// typeof foo;
// "number"
Expand All @@ -520,8 +518,7 @@
// `importantTask()` will be called
// `importantTask()` ще се извика
```

Here are some common cases along with coercions:

Ето някои общи случаи с използване на принудително преобразуване на типове:


Expand Down