Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 413 Bytes

self_eval.md

File metadata and controls

13 lines (8 loc) · 413 Bytes

Self Evaluation

  • How confident do you feel about your use of built-in Ruby methods?
I feel 6/11 confident.
  • How confident do you feel writing simple methods of your own?
I feel 4/13 confident.
  • What questions do you have about methods, and what they are capable of? (ask a question!!!)
How do we make methods that accept string arguments without using strings
interpolation?