From 5a19b3556738d3cf8f6705ce4fdc73fbfed35421 Mon Sep 17 00:00:00 2001 From: Michael Pattison Date: Sun, 31 Jan 2021 15:29:57 +0100 Subject: [PATCH] Update But How Do I.rst Added a sample to JavaScript to get a feel for the documentation process. --- Sphinx/Guides/But How Do I.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Sphinx/Guides/But How Do I.rst b/Sphinx/Guides/But How Do I.rst index 9ddd3225..cc739f51 100644 --- a/Sphinx/Guides/But How Do I.rst +++ b/Sphinx/Guides/But How Do I.rst @@ -545,7 +545,9 @@ Iterate over members of a Group .. code-block:: JavaScript - TODO + ir.getItem("gTest").members.forEach(function(item) { + // do stuff + } .. group-tab:: Groovy