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 snippets
and run the found command - Select
html.json
from the list - Paste the contents of
htmlbase.json
into 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)