naming convention for js files code example
Example: js file naming conventions
File names must be all lowercase and may include underscores ( _ ) or dashes ( - ), but no additional punctuation.
File names must be all lowercase and may include underscores ( _ ) or dashes ( - ), but no additional punctuation.