JavaScript 面试知识点合集

Why put the tag in the last of HTML file? Putting the script tag in the last can reduce the delay time, users won't wait a long time to open the webpage. Because the render direction is from top to bottom. How many data types does JavaScript have? Js have 7 data type in total, they are 6 pr...