Make code consistent in challenge (#19054)

This commit is contained in:
Niraj Nandish
2019-02-27 01:38:46 +04:00
committed by Manish Giri
parent 5aab82cc89
commit 769ec3cb63

View File

@ -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";