|
|
|
|
|
by throwaway127482
533 days ago
|
|
I bet it's working as intended. The $ symbol is probably a special feature of the console and is not intended to be a property of window. Inside setInterval, the function is no longer being executed in the special console environment, which has access to that symbol. |
|