Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 215 Bytes

File metadata and controls

7 lines (6 loc) · 215 Bytes
  • puts vs print
    • print doesn't use newline
  • Class vs Object
    • Think it as a class is the blue print,
  • your function goes to your objects, NOT object (value) to your function
  • D.R.Y --> Don't repeat yourself