21 basic knowledge points of JavaScript
1. JavaScript is case-sensitive; 2. If you declare a variable without writing var, you have declared a global variable; any function that is not a method is a global variable, and this in it points to the window; 3. % operator, find the remainder , keep i
2025-01-23