Some basic tips for JavaScript Beginners
Thursday, 02 February 2017
by Vivek Kaushal
There are some basic tips that are used in JavaScript. They will surely help you in your daily JavaScript practices.
#1 Place Scripts at the Bottom of Your Page
For a better page loading as quickly as possible. It is good to place the
script files at the bottom of your page before closing the body tag.
- Published in Technology