Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
minitech
on June 21, 2019
|
parent
|
context
|
favorite
| on:
Math.Round opens the browser print dialog
> It’s not a global `print` function that’s called but `window.print`, right?
Both are true. Globals are stored on `window`.
> `print` is sugar for `this.print`
It is not.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Both are true. Globals are stored on `window`.
> `print` is sugar for `this.print`
It is not.