alnguyen/stackbot

Slack response does not parse out symbols

Closed this issue · 1 comments

dinklebotBOT [1:02 PM] 
​*Q:*​ `javascript: what is the 'console' context in the example below?`
​*A:*​ `console` is just the object that has the `log` function defined on, and is, essentially, `this` in the `log` function, which is why it is being passed as the context. `console` is not some special word in the browser, it's just an object that was saved under `window.console`.

Deeper issue, will address as new cases arise. This case handled via #29