Given the JavaScript below:
Which code should replace the placeholder comment on line 05 to highlight accounts that match the search string'
'yellow' : null
null : 'yellow’
'none1 : "yellow’
'yellow : 'none'
Submit