Front-End Development Technologies
This quiz is designed to assess your knowledge of various front-end development technologies.
Questions
Which of the following is not a valid HTML element?
- <p>
-
- <script>
What is the purpose of the display property in CSS?
- To specify the font of an element
- To specify the color of an element
- To specify the layout of an element
- To specify the size of an element
Which of the following is a JavaScript data type?
- String
- Number
- Boolean
- All of the above
What is the purpose of the useEffect hook in React?
- To handle side effects in functional components
- To handle state changes in functional components
- To handle lifecycle events in functional components
- To handle prop changes in functional components
Which of the following is a popular front-end framework for building single-page applications?
- React
- Angular
- Vue
- All of the above
What is the purpose of the v-model directive in Vue?
- To bind the value of an input element to a data property
- To bind the value of a data property to an input element
- To validate the value of an input element
- To format the value of an input element
Which of the following is a CSS preprocessor?
- Sass
- Less
- Stylus
- All of the above
What is the purpose of the webpack tool?
- To bundle JavaScript modules
- To compile Sass code
- To minify CSS code
- All of the above
Which of the following is a popular JavaScript library for building user interfaces?
- jQuery
- React
- Angular
- Vue
What is the purpose of the fetch API in JavaScript?
- To send HTTP requests
- To receive HTTP responses
- To parse JSON data
- All of the above
Which of the following is a popular front-end testing framework?
- Jest
- Mocha
- Chai
- All of the above
What is the purpose of the npm tool?
- To install JavaScript packages
- To publish JavaScript packages
- To update JavaScript packages
- All of the above
Which of the following is a popular front-end build tool?
- Webpack
- Gulp
- Grunt
- All of the above
What is the purpose of the babel tool?
- To transpile JavaScript code
- To compile Sass code
- To minify CSS code
- All of the above
Which of the following is a popular front-end development editor?
- Visual Studio Code
- Atom
- Sublime Text
- All of the above