Tin mới
JavaScript: Scripting language
Web APIs: Programming interfaces
Structuring content with HTML module
Dynamic scripting with JavaScript module
The async function keywords can be used to define an async function inside an expression.
Note: An expression statement cannot begin with the keywords async function to avoid ambiguity with an async function declaration. The async function keywords only begin an expression when they appear in a context that c
The name of a formal parameter for the function. For the parameters' syntax, see the Functions reference.
This page was last modified on Jul 8, 2025 by MDN contributors.