SAP
C_FIORDEV_21 · Question #24
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?
The correct answer is A. Assert.strictEqual(0,-0,"true"). See the full explanation below for the reasoning.
Question
You perform a QUnit test with the following syntactical options. Which call returns true when you execute it?
Options
- AAssert.strictEqual(0,-0,"true");
- BAssert.strictEqual(0,null,"true");
- CAssert.strictEqual(0,"","Ttrue");
- DAssert.strictEqual(0,"0","true");
How the community answered
(29 responses)- A79% (23)
- B3% (1)
- C10% (3)
- D7% (2)
Community Discussion
No community discussion yet for this question.