Code Editor
Drag the edges to resize the window.
In Projects, you can keep track of your progress as you go throught the tasks. Check each item as you complete it!
Converting between strings and symbols is a snap.
:sasquatch.to_s
# ==> "sasquatch"
"sasquatch".to_sym
# ==> :sasquatch
The .to_s
and .to_sym
methods are what you're looking for!