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

非同期処理:Promise/Async Function内の誤字と思われる箇所を修正 #1475

Merged
merged 1 commit into from Sep 30, 2022

Commits on Sep 30, 2022

  1. 非同期処理:Promise/Async Function内の誤字を修正

    以下の非同期処理:Promise/Async Function内に誤字と思われる箇所があったので、
    
    > [ES2022] Module直下でのawait式
    > ES2021までは、await式はAsync Functionの直下でのみ利用な可能なことを紹介しました。 ES2022には、これに加えてModuleの直下ではAsync Functionで囲まなくてもawait式が利用できます。
    > https://jsprimer.net/basic/async/#top-level-await-in-module
    
    「利用な可能なこと -> 利用可能なこと」に修正しました。
    madogiwa0124 committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    715149f View commit details
    Browse the repository at this point in the history