Sobes.tech

How to optimize image loading? What HTML attributes and elements are used for this?

Middle+
110

Tell us about the critical rendering path in the browser: what happens after opening a page or entering a URL?

Middle+
105

For a code fragment with synchronous code, setTimeout, and Promise, determine the order of output in the console, explaining the macro- and microtask queues.

Middle+
100

Write a typed addition function: when passing two numbers, it returns a number; when passing two strings, it returns a string; and mixed pairs of number and string should trigger a TypeScript error.

Middle+
96
/3