### Most appropriate sections of the p5.js website? Tutorials ### What is your operating system? None ### Web browser and version _No response_ ### Actual Behavior There was a minor syntax error - “Draw two trees in your draw() function using arguments.” is displayed in an odd position. - Return Values image not displayed. ### Expected Behavior - “Draw two trees in your draw() function using arguments.” appears in normal position. - Return Values image is displayed. ### Steps to reproduce Open https://p5js.org/tutorials/organizing-code-with-functions/ Check below: - Draw two trees in your draw() function using arguments. - Return Values image ### Would you like to work on the issue? I will create PR