`"hello".drop(1)` should yield `ello`
# getting-started
s
"hello".drop(1)
should yield
ello