Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/content/tutorials/en/organizing-code-with-functions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ function draw() {
  // call the mountains function
  mountains();

  // draw two trees
  // draw a line of trees
  trees()
}

Expand Down Expand Up @@ -826,4 +826,3 @@ Create an entirely new sketch and animate a different landscape. Use functions t

- [Expressions and operators](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators#arithmetic_operators)
- [String Interpolation](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals#string_interpolation)