Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このようなことは何を達成しますか?
function myFunction(foo, bar={}, boo){ //? }
これは有効なJSではありません。他の言語では{}、barが指定されていない場合、これは引数を値に設定しますが、デフォルト値が最後の引数である場合、または関数が呼び出されたときに引数に名前を付けることができる場合にのみ意味があります。
{}
SyntaxError: Unexpected token =つまり、無効なJavaScriptを実現します
SyntaxError: Unexpected token =