Syntax: Maps / Dictionaries in Elixir. • ID: #52 Code const obj = { a:5, b:6 }; console.log(Object.keys(obj), obj.a); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →