JavaScript-Garden
JavaScript-Garden copied to clipboard
:point_up: Russian translation of a collection of documentation about the most quirky parts of the JavaScript language (source is: http://BonsaiDen.github.com/JavaScript-Garden)
http://shamansir.github.io/JavaScript-Garden/ru/#other.timeouts > function foo(){ // что-то, выполняющееся десятую секунды или более } setInterval(foo, 100); И далее написано, что пока первый вызов `foo` выполняется, > в очереди будет уже десяток ожидающих...
Здесь http://shamansir.github.io/JavaScript-Garden/ru/#array.constructor указано следующее: > В ситуации, когда в конструктор Array передаётся только один аргумент, и этот аргумент имеет тип Number — конструктор возвращает новый, разреженный (прим. перев. — **заполненный...
When googling _JavaScript garden_, Google shows [source site](http://bonsaiden.github.io/JavaScript-Garden/) and [your site](http://shamansir.github.io/JavaScript-Garden/). This make confuse. So delete this site is better, I think.