.. -*- mode: rst -*-
JavaScript sucks (`1-14 here`_):
.. _`1-14 here`: http://bob.pythonmac.org/archives/2005/06/02/javascript-sucks-volume-1/
15. Functions can't be used as a prototype, and you can't do ``new Function(anotherFunction)``, so you can't "clone" a function unless you reliably have access to its source code(!!).
16. While accessing the source code to a function is possible, accessing ...