RamdaJS transform object and do lookup with another lists
问题 Continuing from RamdaJS groupBy and tranform object let children = [ { "name": "Bob", "age": 8, "father": "Mike" }, { "name": "David", "age": 10, "father": "Mike" }, { "name": "Amy", "age": 2, "father": "Mike" }, { "name": "Jeff", "age": 11, "father": "Jack" } ] let schoolList = [ { "name": "Bob", "class": "8-A", "school": "School 1" }, { "name": "David", "class": "10-B", "school": "School 1" }, { "name": "Amy", "class": "2-A", "school": "School 1" }, { "name": "Jeff", "class": "11-C",