Hi…
in the quiz boolean expressions, the last task was to calculate the result of ((4 * 2)> 3) && ((6-3)> 20)
When i calculate this it gives me a false result which was the correct answer.
But when i copy paste the expression into the console the output gives true as result!