These are the starter files and solutions to the Beginner JavaScript course
More to come...
- Open the command palette with
⌘orCtrl+P - Type
>configure user snippetsand run the found command - Select
html.jsonfrom the list - Paste the contents of
htmlbase.jsoninto the{ }of the file
- Open devtools - command + shift + c
- Open console - command + shift + j
- ls -l (list all directories)
- pwd (tells us where we are)
- cd .. (go up a level)
- control c (go back to command line)
- command k (clear out console)
