Given the JavaScript below:
Which code should replace the placeholder comment on line 06 to hide accounts that do not match the search string?
‘None’ : ‘block’
‘Visible : ’hidden’
‘Hidden, visible
‘Block’ : ‘none’
Submit