From 5280039ae62aee007e394fafd1e50f4424436b02 Mon Sep 17 00:00:00 2001 From: "sumit shinde ( Roni )" <110285294+sumitshinde-84@users.noreply.github.com> Date: Tue, 8 Oct 2024 21:11:05 +0530 Subject: [PATCH] Update quick-ways-to-write-functions-in-node-red.md --- src/blog/2024/10/quick-ways-to-write-functions-in-node-red.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/2024/10/quick-ways-to-write-functions-in-node-red.md b/src/blog/2024/10/quick-ways-to-write-functions-in-node-red.md index bcf052308b..f762826953 100644 --- a/src/blog/2024/10/quick-ways-to-write-functions-in-node-red.md +++ b/src/blog/2024/10/quick-ways-to-write-functions-in-node-red.md @@ -15,7 +15,7 @@ Node-RED is a powerful tool for building automation flows through its visual int In this guide, I will share strategies for making writing in Function Nodes straightforward and efficient. You’ll learn how to leverage JavaScript's capabilities without needing extensive knowledge, empowering you to handle more complex logic with confidence and ease. -## What are function nodes and common challenges faced? +## What are function nodes and the challenges related to them? ![Image showing the function node](./images/node_function.png){data-zoomable} _Image showing the function node_