In this repository, I followed a youtube tutorial to make a basic calculator using HTML, CSS and JavaScript linked below. The purpose of this project is to learn and become more familiar with Javascript.
Youtube Tutorial: https://www.youtube.com/watch?v=j59qQ7YWLxw
- Basic Javascript Syntax
- Practiced Separation of Concerns
- Creating classes in JS and how properties are created
- The importance of using the this keyword in JS compared to languages I am more experienced with (C#, Java, C++)
- How to debug JS using VS Code.