Compute Constant Values

Let WebStorm do math for you.

Did you know that WebStorm can do some math for you? Press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux) on an arithmetic expression and select Compute constant value.


Related Resources

Add New Dependencies
WebStorm can help you add a new dependency.
Add console.log Faster
Use Postfix Completion to quickly add console.log.
Convert to async Function
Quickly convert a function that returns a Promise to an async function.