Syntax: Variables in Elixir. • ID: #13 Code const name = "DrSchool"; let count = 3; console.log(name, count); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →