Skip to content

Latest commit

 

History

History
155 lines (145 loc) · 1.84 KB

vocab.md

File metadata and controls

155 lines (145 loc) · 1.84 KB

Vocab / Jargon

Talking the Talk

####Week 1

  • Shell (Computing)
  • command line interface
    • pwd
    • cd
    • ls
    • rm
    • cp
    • mv
    • head
    • tail
    • |
    • grep
    • -B
    • -A
    • -C
    • cat
    • less
    • mkdir
    • rmdir
    • touch
  • G.U.I.
  • bash
  • directory
  • Rubber Duck Debugging
  • UNIX
  • path / $PATH
  • UNIX Commands
    • man
    • --help
    • Symbolic Link
  • UNIX Command Options
  • R.E.P.L.
  • Side Effect (Programming)
  • return value
  • reference type
  • primitive type
  • HTML element
  • DOM object
  • DOM
  • DOM node
  • undefined
  • "not defined"
  • boolean
  • Type coercion
  • Truthy
  • Falsy
  • Conditionals
    • Git
    • git clone
    • git push
    • git pull
    • git add
    • git commit
  • GitHub