Exercise: Join Two Strings
Practice how to join two strings in Elixir.
Challenge
Write a function prefix
that takes a string, say str1
.
It should return a new function that takes another ...
Practice how to join two strings in Elixir.
Write a function prefix
that takes a string, say str1
.
It should return a new function that takes another ...