Test Your Knowledge!

Take this quiz to test what you've learned in this chapter.

Quiz on the basic concepts of macros and the AST.

1

What is the expected output of the following expression:

iex> quote do: div(16, 8)
A)
{:div, [context: Elixir, import: Kernel], [8, 16]}
B)
{[context: Elixir, import: Kernel], [8,16], :div}
C)
{:div, [context: Elixir, import: Kernel], [16,8]}
Question 1 of 60 attempted

Get hands-on with 1400+ tech skills courses.