Make code consistent in challenge (#19054)

pull/35430/head
Niraj Nandish 2019-02-27 01:38:46 +04:00 committed by Manish Giri
parent 5aab82cc89
commit 769ec3cb63
1 changed files with 1 additions and 6 deletions

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