JavaScript Modules
One of the first challenges developers new to JavaScript who are building large applications will have to face is how to go about organizing their code. Most start by embedding hundreds of lines of code between a <script> tag which works but quickly turns into a mess.
Want to have your say? just login


Be first to show your opinion !!!