es6 ES6 Interview Summary December 15, 2023 by Mr. Michael Franklin II No Comments Reference [link]MapMap is a set of key-value pairs with extremely fast lookup speed. For example, if you want to find a grade by the name... Read More
javascript The senior javascript programming learning notes | 10.1 to 10.8. Basis function December 14, 2023 by 孟雅琪 No Comments Focus on front small Ou, to read more original technical articles Function is an object, each Function is the Function instance of type, and other... Read More
javascript How do I use the arrow function as a callback to an event listener December 13, 2023 by Nitara Kalla No Comments ES6 introduces the concept of arrow functions, which is a new way to define and write functions. Although it looks like the syntactic sugar of... Read More