Refer to the code below:
Async funct on functionUnderTest(isOK) {
If (isOK) return ‘OK’ ;
Throw new Error(‘not OK’);
)
Which assertion accuretely tests the above code?
A . Console.assert (await functionUnderTest(true), ‘ OK ’)
B . Console.assert (await functionUnderTest(true), ‘ not OK ’)
C . Console.assert (await functionUnderTest(true), ‘ not OK ’)
D . Console.assert (await functionUnderTest(true), ‘OK’)
Answer: D
Latest JavaScript Developer I Dumps Valid Version with 144 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund