Skip to content

Commit f0358fd

Browse files
authored
Changed “hoisting” translation in Russian
Changed “hoisting” translation in Russian from «высасывание/всасывание» to more widely spread «Всплытие/поднятие» articles using this translation: https://developer.mozilla.org/ru/docs/Web/JavaScript/Reference/Statements/var https://webref.ru/dev/jqfundamentals/javascript-basics http://jsraccoon.ru/es6-block-scoped-declarations https://habrahabr.ru/post/127482/ https://habrahabr.ru/post/239863/ official Russian translations of popular JavaScript books: ”Single Page Web Applications“ https://books.google.by/books?id=XVUHCgAAQBAJ&lpg=PA58&ots=PBfFs9YqTj&dq=%D0%BF%D0%BE%D0%B4%D0%BD%D1%8F%D1%82%D0%B8%D0%B5%20%D0%BF%D0%B5%D1%80%D0%B5%D0%BC%D0%B5%D0%BD%D0%BD%D1%8B%D1%85%20javascript&pg=PA58#v=onepage&q=hoisting&f=false
1 parent 1b8c8c0 commit f0358fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ru/function/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
В то время как `foo` и `i` — локальные переменные в области видимости функции `test`, присвоение `bar` переопределит значение одноимённой глобальной переменной.
7575

76-
### Высасывание
76+
### Всплытие
7777

7878
В JavaScript действует механизм **всплытия** определения. Это значит, что оба определения с использованием `var` и определение `function` будут перенесены наверх заключающей их области видимости.
7979

0 commit comments

Comments
 (0)