JavaScript for beginners - Chapter 6 - Inline vs external JavaScript

Publicado el: 08 septiembre 2016
en el canal de: Ankpro Training
714
6

Inline Vs External JavaScript :
JavaScript can be placed either Inline on the page or in an external .js file.
Advantages of external javascript over inline javascript :
Maintainability :
Writing javascript in external files can be referenced on multiple pages without having to duplicate the code inline on every page.

If something has to change, you have to change at one place only.

Finally external JavaScript code can be reused and maintenance will be easier.

Separation of Concerns :
Storing JavaScript in a separate external .js file strong follows Separation of concerns design principle.
It is a good practice to separate HTML, CSS and JavaScript as it makes easier working with them.
Also allows multiple developers to work simultaneously.
Performance :
An external JavaScript file can be cached by the browser .
An inline JavaScript on the page is loaded every time the page loads.





ankpro
ankpro training
Asp.net MVC
C#
C sharp
Bangalore
Rajajinagar
Selenium
Coded UI
Mobile automation testing
Mobile testing
JQuery
JavaScript
.Net
Components of the .Net framework
Hello World
Literal
Keywords
Variable
Data types
Operators
Branching
Loops
Arrays

Creating a custom exceptions class.


En esta página del sitio puede ver el video en línea JavaScript for beginners - Chapter 6 - Inline vs external JavaScript de Duración hora minuto segunda en buena calidad , que subió el usuario Ankpro Training 08 septiembre 2016, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 714 veces y le gustó 6 a los espectadores. Disfruta viendo!