Skip to content
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

[ko] new translation & fix Incorrect description of arrow function #2336

Merged
merged 1 commit into from Sep 13, 2021

Commits on Sep 5, 2021

  1. [fix and improvement]

    before
    
    In current document, It said "이 함수 표현은 메소드 함수가 아닌 곳에 가장 적합합니다. 그래서 생성자로서 사용할 수 없습니다."
    It means
    " This function expression is best suited for non-method functions. That's why you can't use it as a constructor."
    But it is not.
    As I know Arrow function does not have a prototype that's why it can't be used as a constructor.
    this translation needs to be fixed.
    And some of the information was not translated into Korean
    
    after
    
    * Invalid information about Arrowfunction was removed.
    * Added omitted information.
    Juyeong-Byeon committed Sep 5, 2021
    Copy the full SHA
    0f158e6 View commit details
    Browse the repository at this point in the history