1 of 1 users consider this post helpful
Re: array.find and array.includes do not work in JavaScript for App Services
Hello Tobias,
the JavaScript Runtime uses Duktape as runtime, so the available JavaScript version is ECMAScript 2015 with some extensions (more information https://duktape.org/guide.html ).
You can also use polyfills to extend the supported subset of functions. An example for usage of such polyfills is available here: https://github.com/innovaphone/jspdfexample
Best Regards
Andreas Fink