Update code-node.md

This commit is contained in:
Deborah 2023-10-18 21:01:38 +01:00 committed by GitHub
parent 2108ccbf90
commit 1aa496b91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ The Code node allows you to write custom JavaScript or Python and run it as a st
!!! note "Coding in n8n"
This page gives usage information about the Code node. For more guidance on coding in n8n, refer to the [Code](/code/) section. It includes:
* Reference documentation on [Built-in methods and variables](/code/builtin/)
* Guidance on [Handling dates](/code/luxon/) and [Querying JSON](/code/jmespath/)
* A growing collection of examples in the [Cookbook](/code/cookbook/)