Skip to content

erikwallace/beginner-javascript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beginner JavaScript

These are the starter files and solutions to the Beginner JavaScript course

More to come...

Notes

VS Code

  1. Open the command palette with or Ctrl + P
  2. Type >configure user snippets and run the found command
  3. Select html.json from the list
  4. Paste the contents of htmlbase.json into the { } of the file

Firefox

  • Open devtools - command + shift + c
  • Open console - command + shift + j

Terminal

  • ls -l (list all directories)
  • pwd (tells us where we are)
  • cd .. (go up a level)

Node

  • control c (go back to command line)
  • command k (clear out console)

About

Slam Dunk JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.3%
  • JavaScript 43.2%
  • CSS 6.5%