Skip to content

Commit d47ecf4

Browse files
authored
Merge pull request #284 from ccarruitero/challenge-template
add new challenge template
2 parents 2df5007 + 9028614 commit d47ecf4

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)