...

/

Test Your Knowledge!

Test Your Knowledge!

Take this quiz to test what you've learned so far.

We'll cover the following...

Quiz on extending Elixir with metaprogramming

1.

Which of the following assertion expressions are correct? Select the two correct options.

A.
expect(`value`).toBe(true);
B.
assert `value` == 12
C.
assert_equal `value`, 12
D.
assertion(`value`, 12)
E.
assert `value` <= 100
F.
assert_operator `value`, :<=, 100

1 / 7