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 6363 ],
6464 "actions" : [
6565 " 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 ')"
6767 ],
6868 "hints" : [
6969 " Some tasks have hints" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " coderoad-functional-school" ,
3- "version" : " 0.5.2 " ,
3+ "version" : " 0.5.3 " ,
44 "description" : " Coderoad tutorial" ,
55 "author" : " Shawn McKay <shawn.j.mckay@gmail.com> (http://shmck.com)" ,
66 "contributers" : [
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ console.log(students[0]);
5454+ Write a filter condition function called ` isAda ` that returns true only if the name matches your name: "Ada Lovelace".
5555@test ('01/01-filter')
5656@action (open('01-filter.js'))
57- @action (insert (
57+ @action (set (
5858```
5959// Array.filter(fn)
6060
You can’t perform that action at this time.
0 commit comments