Hacker News new | ask | show | jobs
by fyi1183 2924 days ago
The JavaScript that arrives at the browser is usually not source code in the way that licenses tend to define the term (which is the preferred form for modifying the program). It's usually at least minified.

It's kind of an interesting situation since it looks like source code even though it really isn't.