Which Javascript version is used in Electroneek

Hi,
Does someone know which Javascript version the Execute Js activity uses? Since depending on it, different syntax can be used and new capabilities were included.

I know I can use arrow functions, classic functions and classes.
This docs gives a little bit of details, but it’s still very poor information as to what I can and can’t do.

Thank you!

1 Like

@francisco_ruiz Its pretty much covered in the same document.
You can use the libraries such as lodash, moment and mustache. The Arrow functions, classic functions, classes, and libraries such as Math are supported.
There are alternative ways to achieve something which is not supported by default in the activity. Let us know if you have specific use case or issue so that we can take a look.