Exercise: Join Two Strings
Practice how to join two strings in Elixir.
We'll cover the following...
We'll cover the following...
Challenge
Write a function prefix
that takes a string, say str1
.
It should return a new function that ...
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 ...