Skip to content

Commit

Permalink
Update general-cs-quiz.ts
Browse files Browse the repository at this point in the history
For issue freeCodeCamp#29
  • Loading branch information
Sarang-Goutam committed Oct 1, 2022
1 parent 1fd4a05 commit e356c9b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/general-cs-quiz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,15 @@ const generalCSQuiz = [
Explanation: "SVG stands for Scalable Vector Graphics.",
Link: "https://www.freecodecamp.org/news/use-svg-images-in-css-html/",
},
{
Question: "Are JPEG and JPG sare the same?",
Answer: "Yes",
Distractor1: "May Be",
Distractor2: "No",
Distractor3: "Can't be said",
Explanation: "Yes - the only difference is that, traditionally, file extensions are only 3 characters long. '.jpg' is a shortened form of '.jpeg'.",
Link: "https://www.freecodecamp.org/news/image-file-types-picture-format-extensions-jpeg-gif-png-svg-tiff/",
},
];

export default generalCSQuiz;

0 comments on commit e356c9b

Please sign in to comment.