Make code consistent in challenge (#19054)
This commit is contained in:
committed by
Manish Giri
parent
5aab82cc89
commit
769ec3cb63
@ -45,12 +45,7 @@ tests:
|
|||||||
```js
|
```js
|
||||||
// Setup
|
// Setup
|
||||||
function testStrictNotEqual(val) {
|
function testStrictNotEqual(val) {
|
||||||
// Only Change Code Below this Line
|
if (val) { // Change this line
|
||||||
|
|
||||||
if (val) {
|
|
||||||
|
|
||||||
// Only Change Code Above this Line
|
|
||||||
|
|
||||||
return "Not Equal";
|
return "Not Equal";
|
||||||
}
|
}
|
||||||
return "Equal";
|
return "Equal";
|
||||||
|
Reference in New Issue
Block a user