Course · Section 3: JavaScript Fundamentals – Part 2 · Lecture 37: Functions Calling Other Functions
Implement `doubleThenInc(n)` using two helper functions: one that doubles and one that adds one. Double first, then increment.
+ 1 hidden test run on Submit.
One function calls another, composing double then increment.
Run your code to see results.