We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1bd8e commit 5ad4d81Copy full SHA for 5ad4d81
setup/tutorial/01/index.md
@@ -5,7 +5,7 @@ A function has inputs and outputs. The inputs we call "parameters" and wrap them
5
6
The output is `return`ed from the function.
7
8
-```
+```js
9
// input
10
function doSomething(parameter) {
11
// output
0 commit comments