1.
If one want wants to bring a .js file with one javascript into a web page and that javasvript needs to be put in the <head> and the <body> do you need to create 2 .js files, one with the head portion and one with the body portion?
2.
If one wants to use 5 javascripts on a web page but decides to use .js files can one put all 5 javascripts in one .js file or do you need to create 5 separate files.
If one want wants to bring a .js file with one javascript into a web page and that javasvript needs to be put in the <head> and the <body> do you need to create 2 .js files, one with the head portion and one with the body portion?
2.
If one wants to use 5 javascripts on a web page but decides to use .js files can one put all 5 javascripts in one .js file or do you need to create 5 separate files.