When a JavaScript variable is

  1. How do take this following javascript and put in external javascript.<html> <head> <script language="javascript"
    1. answers icon 0 answers
    2. Adam asked by Adam
    3. views icon 601 views
  2. In this first line of a JavaScript for loop, what is i called?for (let i=1; i<=10; i++){ (1 point) Responses the loop variable
    1. answers icon 1 answer
    2. Shogun asked by Shogun
    3. views icon 71 views
  3. In this first line of a JavaScript for loop, what is i called?for (let i=1; i<=10; i++){ (1 point) the loop variable the
    1. answers icon 1 answer
    2. views icon 62 views
  4. What kinds of files are in Bootstrap?(1 point) Responses HTML and CSS HTML and CSS CSS and JavaScript CSS and JavaScript HTML
    1. answers icon 1 answer
    2. views icon 79 views
  5. Which of the following is a way to declare a variable in JavaScript?let if def then
    1. answers icon 1 answer
    2. views icon 46 views
  6. In JavaScript, it is not necessary to declare a variable.
    1. answers icon 1 answer
    2. views icon 53 views
  7. Which of the following is a way to declare a variable in JavaScript?(1 point) let if def then
    1. answers icon 1 answer
    2. views icon 53 views
  8. Which keyword is used to declare a variable in JavaScript?
    1. answers icon 1 answer
    2. views icon 121 views
  9. When a JavaScript variable is declared, its data type must be specified.
    1. answers icon 1 answer
    2. views icon 42 views
  10. In JavaScript, it is not necessary to declare a variable.True False
    1. answers icon 1 answer
    2. views icon 59 views