Are race conditions possible in single-threaded Node.js?
Node.js
How to determine the presence of a property in an object?
Live coding: determine the order of console output for code with Promise, setTimeout, and synchronous calls.
What is the purpose of !important in CSS?
What is the difference between Session Storage and Local Storage?
Why are keys (key) needed in React lists?
What is an index in a database and why is it needed?
Are you familiar with the backpressure mechanism in streams?
What is event bubbling and capturing in JavaScript?
What are string locks and why are they needed?
Live coding: write a function to check for a palindrome, ignoring spaces, punctuation, and case.
What is inline style?
What are the ways to store data in a browser?
In which cases is an index not used? When is it better to use a hash index instead of a B-tree?
What tests have you written on the backend? What libraries did you use?
How to open a page in a new window when clicking on a link?
Have you ever worked with streams in Node.js?
What is the virtual DOM in React?
Why is async/await needed?
What is HAVING and how does it differ from WHERE?