index

id: cb833789d222008f511ea256b4772d7e947b3b6b7aacc75809d7b8c1123e3e72

id (bech32): note1ewpn0zwjygqg75g75fttgaed0628kwmt02kvwkqf67uvzy378eeqvzr7x8

sig: 84a4a08d3109944c393dcd93b99ac73bf5baa8d78e60a2ee1de37d060ff44c4d96001cee3767c5aa55763adf80621a46af6802c0458b05722b6873e6ec8c9ba5

created_at: 2024-04-22 16:54:58 +0900

created_at (unix time): 1713772498

content:

…で極めつけに,

try {
const x = await f();
doSomething(x);
} catch(e) {
doSomethingForError(e);
}

これが

f().then((x) => { doSomething(x); }).catch((e) => { doSomethingForError(e); });

になる,ってんだから,賢いプログラマの考えることと作るものは凄いね…

JSON