basant307/AI_Governance_Project
048
1export default function(callback, that) {2 let index = -1;3 for (const node of this) {4 if (callback.call(that, node, ++index, this)) {5 return node;6 }7 }8}9 1export default function(callback, that) {2 let index = -1;3 for (const node of this) {4 if (callback.call(that, node, ++index, this)) {5 return node;6 }7 }8}9