...

/

Test Your Knowledge!

Test Your Knowledge!

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

Quiz on extending Elixir with metaprogramming

1

In the MathTest module that we created, what would be the output of the following assert expression:

assert "true" == true

A)
=============================================== 
FAILURE:  "Example Test"
=============================================== 
Expected: "true"
to be equal to: true
B)
=============================================== 
FAILURE:  "Example Test"
=============================================== 
Expected: true
to be equal to: false
C)

No Failure message

Question 1 of 70 attempted
Access this course and 1400+ top-rated courses and projects.