I just want to know if the following sequence of javascript code is possible.If possible what are the drawbacks and what are the considerations I should remember.
They all will be loaded in an order as they appear in dom. Browser will stop loading page until JS file is loaded and 'evaluated'.
You should consider putting <script> at the bottom of the <body> instead of <head> where they usually are.