Skip to content

Commit

Permalink
Update javascript-quiz.md (Ebazhanov#500)
Browse files Browse the repository at this point in the history
Added question Q55

Co-authored-by: Evgenii <[email protected]>
  • Loading branch information
LuigiZambetti and Ebazhanov authored Oct 6, 2020
1 parent 0787080 commit 649975b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions javascript/javascript-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,12 +494,11 @@ console.log(sayHello.prototype);
* an object with a constructor property
* an error message
### Q55: Which collection object allows unique value to be inserted only once?
* Object
* Set <<<---CORRECT
* Array
* Map

0 comments on commit 649975b

Please sign in to comment.