You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
Description
In the tutorial, it states that the result of
typeof(alert)
is afunciton
, but when I tested this on my local machine and another online JavaScript compiler (Programiz), the result was consistentlyundefined
. 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 afunciton
, but real-world testing yields 'undefined'.Screenshots
From testing it on my machine:

From the tutorial:

The text was updated successfully, but these errors were encountered: