From the course: JavaScript Code Challenges: Creating Web Apps

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Next steps

Next steps

- [Narrator] Congratulations on finishing this course and building all these projects. Now that you've seen how to use it, you might want to dive deeper into learning DOM manipulation. It helps you build dynamic interfaces like we've already done. It's great to dive deeper in how to update content, respond to user input, and pretty much how to make the page feel alive. If JavaScript keeps surprising you, TypeScript might be the remedy. It adds type safety, has better tooling, and it adds a whole lot of clarity to your code. If you want to improve the quality of your code, you can start using JEST to write automated tests for your JavaScript code. Testing helps you to catch bugs early and it protects your code from well, future you and your colleagues. And if you've built some apps, you might want to keep going. If you want to build modern and component-based interfaces, React is a great next step. It's one of the most popular JavaScript libraries out there, and it's all about building…

Contents