Quiz Question 1 of 6
Consider a scenario where two teams are working on the same project: one handling HTML and the other JavaScript. Which practice best supports collaboration and reduces potential conflicts between the teams?
Choose the correct answer below:
-
A
Embedding JavaScript within HTML elements to ensure seamless integration between content and behavior.
-
B
Consolidating all JavaScript into one external file, with clear documentation and version control.
-
C
Avoiding the use of JavaScript libraries and writing all code manually within HTML files.
-
D
Using Internal JavaScript in multiple