Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mmis1000
on Sept 19, 2018
|
parent
|
context
|
favorite
| on:
Javascript: call functions without using parenthes...
you can call without parentheses already for those methods without parameters
window.toString = window.alert;
"" + window // alert popped
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
window.toString = window.alert;
"" + window // alert popped