Aloha...
In example 2.4, a possible output is listed as
"You are using Internet Explorer."
However, if you're NOT using MSIE, it prints nothing. So even if you see nothing, your program may be working correctly.
You can wait for example 2.5, or you can change !== to == and change the statement to
"You are NOT using Internet Explorer."
Tana-Lee