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
|
||||
// Setup
|
||||
function testStrictNotEqual(val) {
|
||||
// Only Change Code Below this Line
|
||||
|
||||
if (val) {
|
||||
|
||||
// Only Change Code Above this Line
|
||||
|
||||
if (val) { // Change this line
|
||||
return "Not Equal";
|
||||
}
|
||||
return "Equal";
|
||||
|
Reference in New Issue
Block a user