Front-End Development Technologies

This quiz is designed to assess your knowledge of various front-end development technologies.

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is not a valid HTML element?

  1. <p>

  2. <script>
Question 2 Multiple Choice (Single Answer)

What is the purpose of the display property in CSS?

  1. To specify the font of an element
  2. To specify the color of an element
  3. To specify the layout of an element
  4. To specify the size of an element
Question 3 Multiple Choice (Single Answer)

Which of the following is a JavaScript data type?

  1. String
  2. Number
  3. Boolean
  4. All of the above
Question 4 Multiple Choice (Single Answer)

What is the purpose of the useEffect hook in React?

  1. To handle side effects in functional components
  2. To handle state changes in functional components
  3. To handle lifecycle events in functional components
  4. To handle prop changes in functional components
Question 5 Multiple Choice (Single Answer)

Which of the following is a popular front-end framework for building single-page applications?

  1. React
  2. Angular
  3. Vue
  4. All of the above
Question 6 Multiple Choice (Single Answer)

What is the purpose of the v-model directive in Vue?

  1. To bind the value of an input element to a data property
  2. To bind the value of a data property to an input element
  3. To validate the value of an input element
  4. To format the value of an input element
Question 7 Multiple Choice (Single Answer)

Which of the following is a CSS preprocessor?

  1. Sass
  2. Less
  3. Stylus
  4. All of the above
Question 8 Multiple Choice (Single Answer)

What is the purpose of the webpack tool?

  1. To bundle JavaScript modules
  2. To compile Sass code
  3. To minify CSS code
  4. All of the above
Question 9 Multiple Choice (Single Answer)

Which of the following is a popular JavaScript library for building user interfaces?

  1. jQuery
  2. React
  3. Angular
  4. Vue
Question 10 Multiple Choice (Single Answer)

What is the purpose of the fetch API in JavaScript?

  1. To send HTTP requests
  2. To receive HTTP responses
  3. To parse JSON data
  4. All of the above
Question 11 Multiple Choice (Single Answer)

Which of the following is a popular front-end testing framework?

  1. Jest
  2. Mocha
  3. Chai
  4. All of the above
Question 12 Multiple Choice (Single Answer)

What is the purpose of the npm tool?

  1. To install JavaScript packages
  2. To publish JavaScript packages
  3. To update JavaScript packages
  4. All of the above
Question 13 Multiple Choice (Single Answer)

Which of the following is a popular front-end build tool?

  1. Webpack
  2. Gulp
  3. Grunt
  4. All of the above
Question 14 Multiple Choice (Single Answer)

What is the purpose of the babel tool?

  1. To transpile JavaScript code
  2. To compile Sass code
  3. To minify CSS code
  4. All of the above
Question 15 Multiple Choice (Single Answer)

Which of the following is a popular front-end development editor?

  1. Visual Studio Code
  2. Atom
  3. Sublime Text
  4. All of the above