Lodash sandbox
by vi161
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.14.2/lodash.min.js"></script>
JavaScript
let matched = [
{name: "/title/list/year/stage"},
{name: "title", id: 2},
]
let a = _.find(matched, { name: "title" });
console.log(a);