22
loading...
This website collects cookies to deliver better user experience
try/catch/finally
return
in finally
overwrite previous returns a few years ago. function g() {
try {
throw new Error( 'Foo' );
} catch( e ) {
return 'A';
} finally {
return 'B';
}
}
g()
? It's B
. 😲 document.querySelectorAll
to retrieve elements that relative to other elements. dontasktoask.com
aims to explain how to better communicate in chats. If you're stuck and are looking for help, ask your question right away and don't ask if someone is around who could help you.screensizes.app
. "The best technical tutorials are written by engineers who don't know the technology before writing them."
22