I'm pretty sure the answer is A. Who needs to query when you can just select the element, right? This is like finding a needle in a haystack with a magnet!
B) document.query('#row-as').classList.add('priority-account') is not correct, as there is no such method as 'document.query()'. The correct method is 'document.querySelector()'.
The correct answer is A) document.querySelector('#row-as').classList.add('priority-account'). This selects the element with the ID 'row-as' and adds the 'priority-account' class to it.
Jerry
1 months agoTess
1 months agoCrista
6 days agoElbert
13 days agoKrystal
21 days agoAliza
1 months agoLuisa
1 months agoMariko
1 months agoTennie
2 months agoDanilo
2 months agoJettie
9 days agoSharita
10 days agoBernardo
11 days ago