fix: Added comments on the function for clarity on coding-interview-prep (#42689)
This commit is contained in:
@ -48,7 +48,10 @@ assert(
|
|||||||
|
|
||||||
```js
|
```js
|
||||||
function checkSet(){
|
function checkSet(){
|
||||||
|
// Only change code below this line
|
||||||
var set = null;
|
var set = null;
|
||||||
|
|
||||||
|
// Only change code above this line
|
||||||
return set;
|
return set;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user