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 e1f13fe commit b398f7bCopy full SHA for b398f7b
resources/public/javascript/tryclojure.js
@@ -10,7 +10,8 @@ var pages = [
10
"page8",
11
"page9",
12
"page10",
13
- "page11"
+ "page11",
14
+ "end"
15
];
16
var pageExitConditions = [
17
{
@@ -43,6 +44,9 @@ var pageExitConditions = [
43
44
45
verify: function (data) { return data.expr == "(map inc [1 2 3 4])"; }
46
},
47
+ {
48
+ verify: function (data) { return false; }
49
+ },
50
51
verify: function (data) { return false; }
52
}
resources/public/tutorial/end.html
@@ -0,0 +1,7 @@
1
+<p>
2
+ Glad to know you're eager for more, but unfortunately this tutorial is over.
3
+</p>
4
+
5
6
+ Maybe you can click the 'links' button above for more resources?.
7
0 commit comments