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 5e53139 commit a24f9d5Copy full SHA for a24f9d5
coderoad.json
@@ -28,7 +28,7 @@
28
"00/02-setup"
29
],
30
"actions": [
31
- "insert('var myName= ::>\n')"
+ "insert('var myName = ::>\n')"
32
33
"hints": [
34
"Get the first \"name\" in the students using the array index",
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coderoad-functional-school",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "Coderoad tutorial",
5
"author": "Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)",
6
"contributers": [
@@ -32,6 +32,7 @@
},
"license": "MIT",
"config": {
35
+ "language": "JS",
36
"dir": "tutorial",
37
"testSuffix": ".spec.js",
38
"runner": "mocha-coderoad",
0 commit comments