...

/

Exercise: Join Two Strings

Exercise: Join Two Strings

Practice how to join two strings in Elixir.

We'll cover the following...

Challenge

Write a function prefix that takes a string, say str1. It should return a new function that takes another ...