Javascript Fundamentals v1
Javascript Fundamentals v1
Best practices:
1. All the variable declarations must be part of line1.
2. Assignment of data should happen at appropriate location.
3. If we are referring the js file in the html then the user defined
javascript should be declared before closing the body tag.