String Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

scan

A

.scan returns an array with all the items that match the argument given:

“fava”.scan(“a”)

=> [“a”, “a”]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

chop

A

Removes last character from string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly