Skip to content

Commit

Permalink
fix: remove duplicate JS quiz question (#680)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam-Hegde authored Sep 18, 2023
1 parent 980b4c1 commit bb4d908
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/data/javascript-quiz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1602,16 +1602,6 @@ const javascriptQuiz = [
"In JavaScript besides primitives types, we have the Object value type. Arrays are a special type of object that represents a collection of similar types of values.",
Link: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"
},
{
Question: "In JavaScript, what type of value is an Array?",
Answer: "Object",
Distractor1: "Array",
Distractor2: "Map",
Distractor3: "Set",
Explanation:
"In JavaScript besides primitives types, we have the Object value type. Arrays are a special type of object that represents a collection of similar types of values.",
Link: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array"
},
{
Question:
"In JavaScript, which of the following methods will return the string representation of a number?",
Expand Down

0 comments on commit bb4d908

Please sign in to comment.