Version of javascript used by DOpus

DOpus does not have its own JavaScript engine, it uses Windows' builtin WSH/JScript, which hasn't been updated in some time and likely won't be anymore. It roughly corresponds to ES3, see here.
There are ways to overcome some of the limitations by transpiling.

Edit: For WSH documentation check out this awesome post.

3 Likes