Syntax: Arrays / Lists in Elixir. • ID: #48 Code const items = [2, 3, 4]; console.log(items.map(x=>x*2)); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →