How to implement event delegation for a list with buttons that open a modal window?
Frontend
What ways do you know to hide an element in CSS?
Tell me about promises: states, methods, async/await.
Tell about VueUse: what features have you used in your work?
What is the difference between display:inline and display:inline-block?
How to implement a table component with different border colors in different contexts using BEM and component approach in Vue?
Tell me about the Event Loop: what it is, how it works.
Tell me about watch and watchEffect in Vue 3, computed properties. How to remove a watcher?
Tell about multilingualism and RTL layout. How to make indents that work correctly for LTR and RTL?
How to perform deep copying of objects in JavaScript?
Problems with a timer in the setup() component of Vue with SSR support, which is cleared in onUnmounted.
Tell about the directives in Vue.js: the most used ones.
If an element has position:absolute, relative to which element will it be positioned? What if there is another absolute element inside?
How to optimally layout a product image block in an online store considering maximum optimization and various display cases?
Tell me about your experience participating in the architecture selection of a project at your last workplace.
Tell me about ref and reactive in Vue 3: differences, when to use.
How many times will the native fetch execute in an SSR application on Nuxt? How to make a single request? Where will the client get the data from?
Tell me about array methods: which ones do you use, do they mutate the array, and what do they return?