Exercise: Join Two Strings
Explore how to create and use anonymous functions in Elixir by writing a function that joins two strings. This exercise helps you understand function returns and string manipulation, reinforcing your grasp of Elixir's functional programming features.
Challenge
Write a function prefix that takes a string, say str1.
It should return a new function that ...