What JavaScript Version for my Acrobat?
Hi,
I am using Acrobat Pro DC on Windows 10.
The JavaScript for Acrobat API Reference Manual (2015) page 1 (36) states: "The most recent version of Acrobat now uses JavaScript 1.7."
With a paragraph and table showing the following information that Acrobat 10 support JavaScript version 1.8.

However, when using JavaScript, the functions and features above JavaScript 1.5 are not available and will throw errors.
For example:
Math.trunc(42.7) will give "TypeError: Math.trunc is not a function"
Same applies to default parameter values, binary number annotation, etc.
Thanks
Mohsen
