TIL that
async function h() { return Promise.resolve(456); }
and
function h() { return Promise.resolve(456); }
are semantically equivalent in JS and I am LOSING MY GODDAMN MIND
WHY WOULD YOU DO SUCH A THING
TIL that
async function h() { return Promise.resolve(456); }
and
function h() { return Promise.resolve(456); }
are semantically equivalent in JS and I am LOSING MY GODDAMN MIND
WHY WOULD YOU DO SUCH A THING
If you have a fediverse account, you can quote this note from your own instance. Search https://hachyderm.io/users/fasterthanlime/statuses/116217603946608502 on your instance and quote it. (Note that quoting is not supported in Mastodon.)