Hacker News new | ask | show | jobs
by andypants 5439 days ago
If you write the javascript code inside an anonymous function, outside code by the user can't interact with it.

However, the user can still use javascript to manipulate the dom, and hence the canvas (I think).