Test Your Knowledge!
Take this quiz to test what you've learned so far.
Quiz on extending Elixir with metaprogramming
1
Would the output of these two expressions yield the same result in our MathTest
module?
assert (56 * 8) + (8 - (8 / 8)) == 8
and
assert 56 * 8 + 8 - 8 / 8 == 8
A)
Yes
B)
No
C)
Can’t be concluded from the given information.
Question 1 of 70 attempted
Get hands-on with 1300+ tech skills courses.