File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
],
64
64
"actions" : [
65
65
" open('01-filter.js')" ,
66
- " insert ('// Array.filter(fn)\n\n function isAda(student) {\n // return true if student name\n // matches \" Ada Lovelace\"\n ::>\n }\n ')"
66
+ " set ('// Array.filter(fn)\n\n function isAda(student) {\n // return true if student name\n // matches \" Ada Lovelace\"\n ::>\n }\n ')"
67
67
],
68
68
"hints" : [
69
69
" Some tasks have hints" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coderoad-functional-school" ,
3
- "version" : " 0.5.2 " ,
3
+ "version" : " 0.5.3 " ,
4
4
"description" : " Coderoad tutorial" ,
5
5
"author" : " Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)" ,
6
6
"contributers" : [
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ console.log(students[0]);
54
54
+ Write a filter condition function called ` isAda ` that returns true only if the name matches your name: "Ada Lovelace".
55
55
@test ('01/01-filter')
56
56
@action (open('01-filter.js'))
57
- @action (insert (
57
+ @action (set (
58
58
```
59
59
// Array.filter(fn)
60
60
You can’t perform that action at this time.
0 commit comments