JavaScript Runtime APIs - Web Standards
JavaScript Standards
Native JavaScript APIs are available for use, such as Math and JSON objects.
You will find more details about the JavaScript reference in this link: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference
eval, new Function are blocked for security reasons.