I have a question regarding the fold or map function and how they can be used. This, as well as passing in a list.
how can the fold or map function be used to run another function more then once?
How can i pass in a list as a parameter to a function?