Understanding finally() with nested promises in JS
When working with asynchronous JavaScript, a common misconception is that a finally block on an outer promise will wait for all nested promises to complete. This assumption can lead to …
Web and App development
Topics related to JavaScript. Some thoughts on best practices. Some Eureka moments