1. Where is the correct place to insert a JavaScript? answer : Both the section and the section are correct 2. What is the correct syntax for referring to an external script called "xxx.js"? answer : answer: 20Volvo 10.output for this(check this logic same qus will not cum) answer: Volvo164 11.which style is not used in javascript answer: Hyphens 12.null === undefined------------->>false null == undefined--------------->>true 13. switch(sample) { switch(sample) { case "1" case "1" text = "thirteen"; text = "thirteen"; BREAK; case "2" case "2" text = "forteen"; text = "forteen"; BREAK; BREAK; case "3" case "3" text = "fifteen"; text = "fifteen"; BREAK; BREAK; default default text = "default."; text = "default."; } BREAK } 14. ANS:-DEFAULT THIRTEEN FORTEEN 15.output for this(check this logic same qus will not cum) answer: 16.How to write using console in browser? answer: console.log() 17.How java script code will be written? answer: inside curly braces {} 18.How will you assign a value to variable? answer: (=)assignment operator. 19.Without 22.