Challenge 3: The Real Cost Difference — IntelliJ IDEA vs. WebStorm — Solution Walkthrough The real cost difference: Per this chapter's own material, learning Java with IntelliJ IDEA can be done entirely for free, since IntelliJ IDEA has a free Community edition available. Learning JavaScript with WebStorm, however, would require either paying for a commercial license or relying on a time-limited free trial, since WebStorm is described in this chapter as commercial-only with no free tier at all. Why this matters for a tight budget: For someone on a tight budget, the Java-with-IntelliJ-IDEA path has no real financial barrier to getting started and staying productive long-term. The JavaScript-with-WebStorm path either requires ongoing payment or is limited to whatever the trial period allows, after which continued use requires purchasing a license. A possible alternative worth considering: Per this chapter's own broader material, this same student could instead use a genuinely free alternative for JavaScript work specifically — VS Code, already covered by this site's own VS Code Essentials course — if the cost of WebStorm specifically is the concern, rather than JetBrains tooling in general. WHY THIS WORKS AS AN ANSWER ------------------------------ This exercise applies this chapter's own editions material to a concrete budget-driven decision, correctly identifying the real financial difference between the two specific IDEs named, rather than treating "JetBrains" as a single uniform cost category.