Combine the process of declaring and assigning a text variable into one block. The blocks that do this are already in the tray. Use them to output the name, Rowan Smith.
Coding:
Hotkey Shortcuts
Move BlocksUP or DOWN or TAB
Run Program ALT + SHIFT + R
Stop Program ALT + SHIFT + S
Hide Tray ALT + SHIFT + X
Zoom In ALT + +
Zoom Out ALT + -
Open Help ALT + SHIFT + H
Navigate to Tray ALT + 1
Navigate to Blocks ALT + 2
Enter Navigation Mode SHIFT + ENTER
Blocks
Hint
Great job!
Try again
The two blocks in the tray combine the declare and assign steps into one block. Just drag them into the program at the top and then run it. The program should output the name, Rowan Smith.
In programming there are often many ways to do the same task!