There are two options for using the JS SDK in Directual:
Inline JS execution
JS SDK steps (Actions and Conditions)
Currently, Directual JS SDK is based on ES5.
Common use cases for applying the JS SDK:
Dealing with arrays
Dealing with dates
Complex string processing (e.g. converting)
Also, be sure to check out the following:
List of internal $D methods
$D
MDN JavaScript Guidearrow-up-right: Get a high-level overview of fundamental JavaScript concepts
Codecademy Introduction to JavaScriptarrow-up-right: Learn JavaScript in this free online course with interactive lessons.
Last updated 2 years ago
Was this helpful?