1. JavaScript Introduction:
JavaScript is the most popular scripting language on the Internet, and all modern HTML uses JavaScript. Since it is a scripting language, it has three characteristics:
(1) Weak type;
(2) Interpreted type Language (no compilation required);
(3) Line by line execution, if one line of code is wrong, subsequent code blocks will not continue to execute;
(4) The