Day 4: Learn VS Code and Basic JavaScript (Part 3)
Abstract
This is our final day focusing on Visual Studio Code (VS Code) and basic JavaScript programming concepts. We will continue to build on our previous knowledge by exploring more advanced topics in JavaScript, such as asynchronous programming, error handling, and working with the Document Object Model (DOM). By the end of this day, you will have a comprehensive understanding of how to use VS Code effectively and a solid grasp of essential JavaScript programming concepts.
Objectives
- Well familiar with Visual Studio Code (VS Code) and its advanced features.
Prequisites
- Environment set up from Day 1 (Node.js, npm, Git, VS Code).
- Completion of Day 2, 3 contents.
VS Code Tutorial – Become More Productive (freecodecamp.org)
- Make sure you complete the entire tutorial. If you need to revisit any sections from the previous days, feel free to do so.