Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following best describes the “Referential Transparency” property?
A variable is declared with const and its value cannot be reassigned.
An expression can be replaced with its evaluated value without changing the overall behavior of the program.
A function has no side effects and always produces the same result for the same set of inputs.
A function that, instead of returning a result, passes the result to another function called a continuation.
An optimisation where a recursive function call in the final position is converted into a loop to prevent stack overflow.
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!