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
// will popup a dialoguealert("hello popup");// will output directly to the html pagedocument.write("hello document");// will display in the consoleconsole.log("hello console");