We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2df5007 + 9028614 commit d47ecf4Copy full SHA for d47ecf4
1 file changed
.github/ISSUE_TEMPLATE/new-challenge-proposal.md
@@ -0,0 +1,29 @@
1
+**Title**
2
+<!-- Just a title for your challenge -->
3
+<!-- Ex: FUNCTION RETURN VALUES -->
4
+
5
+**Goal**
6
+<!-- Ex: Learn how to handle function return values. -->
7
8
+** Problem **
9
+<!--
10
+ Typically a workshopper problem consist in a description of a javascript
11
+ concept (or feature) that try to teach, a challenge for apply description above
12
+ and lastly a verify instructions
13
+-->
14
+<!-- Ex:
15
+ The result of the function is a value.
16
+ You can get the result of the function as follows:
17
18
+ const ret = Math.random()
19
20
+ ** The challenge: **
21
22
+ Create a file named function-return-value.js.
23
24
+ Check to see if your program is correct by running this command:
25
26
+ javascripting verify arrays.js
27
28
29
+TODO
0 commit comments