This commit is contained in:
2026-01-28 21:55:20 -05:00
parent 513674b0c8
commit dcd516d970
10 changed files with 90 additions and 179 deletions

View File

@@ -1,4 +1,3 @@
var done = false;
async function main() {
try {
const response = await fetch("https://httpbin.org/get");
@@ -12,9 +11,6 @@ async function main() {
console.log("error");
console.log(e);
}
done = true;
}
console.log(1);
main();
console.log(2);