Call Result vs Function Reference
Call Result vs Function Reference
Two lines can look similar while storing very different things. A bare function name stores the callable function. A function call stores whatever that call returned.
Read the code in the starter. Then identify which option stores the function reference and which option stores the call result.
Free with a JS Exercises account
Sign in to start coding, run your solution, and keep your progress saved for later. No payment needed.
By continuing, you agree to our Terms and Privacy Policy. We'll send occasional product updates and news. You can unsubscribe anytime.
Call Result vs Function Reference
Two lines can look similar while storing very different things. A bare function name stores the callable function. A function call stores whatever that call returned.
Read the code in the starter. Then identify which option stores the function reference and which option stores the call result.