2019-10-11 14:44:13 +03:00
|
|
|
## Summary 1 (#2)
|
2019-10-10 17:37:55 +03:00
|
|
|
|
2019-10-21 15:07:02 +03:00
|
|
|
Create a function `other()` that takes a `String` parameter and returns a
|
2019-11-07 16:01:16 +03:00
|
|
|
`String` containing every other letter of the parameter. For example, the
|
2020-10-11 20:10:45 +03:00
|
|
|
argument "cement" produces "cmn".
|