Posts by Danilo Peres • 13 points
1 post
-
1
votes1
answer112
viewsQ: Elixir multiplication on a Map does not work. Why?
I’m new to Elixir and I don’t understand the return of function. list = %{"100" => 1, "50" => 2, "20" => 4, "10" => 8, "5" => 16, "1" => 32} for {key, value} <- list, do:…