getify / You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.
Other
178.28k stars 33.42k forks source link

Different log #1679

Closed OmarioHassan closed 4 years ago

OmarioHassan commented 4 years ago

Edition: (1st or 2nd) 1st

Book Title: Scope & Clousers

Chapter: Lexical Scope

Section Title: eval

Problem:

I've tried this code to see the error // ReferenceError: a is not defined

image

But it generates a circle instead

image

getify commented 4 years ago

WFM...

Annotation 2020-07-17 144534

Dunno, you must have some strange situation going on there.

OmarioHassan commented 4 years ago

Sorry you're right it was a global variable in the youtube tab

image

And it works well thanks @getify

image