Skip to content
View dSalieri's full-sized avatar
😒
Dark guardian always there!
😒
Dark guardian always there!
Block or Report

Block or report dSalieri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tc39/ecma262 tc39/ecma262 Public

    Status, process, and documents for ECMA-262

    HTML 14.9k 1.3k

  2. Promise изнутри Promise изнутри
    1
    _**Автор**: [dSalieri](https://t.me/d_Salieri)_
    2
    
    
    3
    _**Версия ECMAScript, используемая в объяснении**: Draft ECMA-262 / June 24, 2022_
    4
    
    
    5
    _**Версия WHATWG, используемая в объяснении**: Living Standard - 22 August 2022_
  3. There is used generator's principles... There is used generator's principles, excellent example of it
    1
    function* generatorColors(options) {
    2
        options = Object.assign(
    3
            {
    4
                order: ["r", "g", "b"],
    5
                borders: {