QuestionQ15
(Official exam topics not publicly listed on Adobe’s certification page)A developer must remove all selectors from linkValue.
Assuming linkValue = 'path/page.woo.foo.html', which two HTL approaches would be used to accomplish this task?
Choose two
- A ${ linkValue @ removeSelectors=['foo', 'bar']}
- B ${ linkValue @ selectors="}
- C ${ linkValue @ selectors}
- D ${ linkValue @ removeSelectors='foo, bar, woo'}
Community Discussion