Cache

Cache control of servers The browser discovers that there is no data in the cache, so it sends a request to obtain resources from the server; The server responds to…

TypeScript

TypeScript has been a popular application in recent years, which has created an illusion: with so many supporters, is TypeScript a new language? TypeScript is an object-oriented programming language developed…

Event Loop

Why is JavaScript single threaded? JavaScript engine threads Related to its purpose. As a browser scripting language, JavaScript's main purpose is to interact with users and manipulate DOM. This determines…