课程: JavaScript Practice: Scope and Closures

Next steps

- [Eve] Well, that was fun. We got to put our scope management skills to the test, and learn more about how to manage variable scope with blocks and functions. From here, there are many ways that you can build on these JavaScript skills. A course I think is really valuable is called JavaScript: Async by Sasha Vodnik. Getting a sense of how JavaScript patterns, like generators and async/await work can really give you an advantage when writing full stack JavaScript code. The closure patterns that we talked about today can also apply when working with React hooks. For more on how those functions work you can check out my course called React Hooks. I so appreciate you taking the time to write some code with me today. And I hope that you can use this knowledge to write code that's more reusable in the future. Happy coding.

内容