|
Just to add in on Scott's explanation. A .js file is just a text file. You can open it in any text editor. Chances are, however, that the code within the file has been minified, meaning that unnecessary spaces, line breaks and comments has been removed and long variable and function names has been renamed to shorter ones (like a, b, c etc.). It's still a plain text file, just very hard to read and understand.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|