Tutorial
Echo the Input
2/2 Nodes
LeetNode
Choose your challenge
Echo the Input
tutorial
Simply output the same value as the input. This is your first step to understanding how nodes work together.
Objectives
- •Connect the Input node directly to the Output node
- •No processing needed - just pass the data through
Examples
Example Input:
42
Expected Output:
42
Constraints:
- Max nodes: 2
- Only use Input and Output nodes
Required Node Types:
Your solution must include all of these node types to pass validation.
Challenge ProgressTutorial
Ready to execute
Connect your nodes and click Run to test your solution
Node Inspector
Configure and analyze your nodes
Select a node on the canvas to configure its properties and view its data flow.
Getting Started
1Add nodes from the toolbar above the canvas
2Connect nodes by dragging from output to input handles
3Click nodes to configure their logic and settings
4Press Run to test your workflow
Keyboard Shortcuts
Run workflowF5
Reset challengeCtrl+R
Delete selectedDel
Deselect allEsc
Duplicate nodeCtrl+D
Navigate nodesTab