How to Keep Your Code Tidy By Avoiding Nested Closures

added by JavaScript Kicks
11/26/2019 7:25:42 AM

347 Views

JavaScript's pattern for clean callbacks using "bind" JavaScript's "this" can be problematic for beginners, and closures bring their own set of concerns. The "bind" function, introduced in ES2015, solves these issues and brings clarity to your code. In this episode AntonĂ­ shares a forgotten pattern for dealing with ECMAScript's "this".


0 comments