mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-29 02:18:42 +07:00
8 lines
437 B
Markdown
8 lines
437 B
Markdown
# Processing data with code
|
|
|
|
## Function
|
|
|
|
A function is a block of code designed to perform a certain task. In n8n, you can write custom JavaScript code snippets to add, remove, and update the data you receive from a node.
|
|
|
|
The [Code](/integrations/builtin/core-nodes/n8n-nodes-base.code/)node gives you access to the incoming data and you can manipulate it. With this node you can implement any function you want using JavaScript code.
|