*] WHAT= x] UPDATE FEATURE - JS select3_s.js - run this code through the 'js lint' tool for validating the js,
*] this should be a best practice
*] and also be part of an automated build process ( see how to article - where Visual Studio 'save' event triggers )
BUT - time consuming b/c its very, very nitpicky about a lot of details that impact the readability and consistency of the code, BUT NOT the actual functionality of the script
] spaces,
] indentation - every brackets in exactly the right place,
] format - every statement function name(arg1, arg2) {
*] you can configure the tool with options to ignore certain things (ex messy whitespace) but if you start to ignore/tolerate a lot of what its checking why bother with checking in first place ???