Closed
Description
Description
In the tutorial, it states that the result of typeof(alert)
is a funciton
, but when I tested this on my local machine and another online JavaScript compiler (Programiz), the result was consistently undefined
. This inconsistency is causing confusion, and I believe there might be an error in the tutorial content.
Expected Result:
The tutorial should accurately represent the result of typeof(alert)
to avoid confusion among learners.
Actual Result:
The tutorial claims the result of typeof(alert)
is a funciton
, but real-world testing yields 'undefined'.
Screenshots
From testing it on my machine:
From the tutorial:
Metadata
Metadata
Assignees
Labels
No labels