try_catch_async.js

JavaScript中級

Explorer

C40
C++40
C#40
Dart40
Go40
Java40
JavaScript
初級10
中級10
async_await.js
array_reduce.js
promise_then.js
object_entries.js
array_filter_map.js
try_catch_async.js
default_params.js
array_some.js
rest_params.js
for_of_loop.js
上級10
エキスパート5
マスター5
Kotlin40
Objective-C40
Perl40
PHP40
Python40
R40
Ruby40
Rust40
Shell40
Swift40
TypeScript40
try_catch_async.js
Click to focus
1
2
3
4
5
try {
  const data = await api.call();
} catch (err) {
  console.error(err);
}
0WPM0%0:000/78(0%)|Ln 1, Col 1
UTF-8JavaScript

関連する練習問題