I'm a beginner(self teaching, day 2) in web development, and so far I've learned how to use the console in Chrome for writing functions in Javascript. To further my understanding of how Javascript is implemented, I want to create a blank test environment that I can build from the ground up. I've tried looking at guides for starting a new Javascript project (I want to use Visual Studio Code's "Debugger for Chrome" extension), but every guide starts by saying "open up your project folder", and I don't have any projects yet! I've looked, but haven't found any documentation detailing "how to create a project folder". So my questions are:
- What files(w/ appropriate extensions) do I need in a folder for a blank webpage?
- Can I make these files by creating text files and just changing the extensions?
- Do any of these files need any specific entries or formatting so that they work appropriately with my editor?
Thanks everyone.