let hasOwnProperty = Object.prototype.hasOwnProperty;
if (hasOwn(item, 'hint')) {
if (hasOwn(item.hint, 'link')) {
link = item.hint.link;
}
}