1.

Why Is Not All Javascript Code Put In A <script> Tag Directly On The Index.html Page?

Answer»
  • To clearly SEPARATE concerns ACCORDING to the MVC concept.
  • To MAKE your code much easier to read and maintain
  • To ENABLE your code to dynamically load resources as they are needed



Discussion

No Comment Found