Computer Science, asked by abhishek21109959, 6 months ago

What type of parameters do impure methods make use of?​

Answers

Answered by MohammedYousufuddin
1

Answer:

mark it as brainliest

Explanation:

An impure function is a function that mutates variables/state/data outside of it's lexical scope, thus deeming it “impure” for this reason. There are many ways to write JavaScript, and thinking in terms of impure/pure functions we can write code that is much easier to reason with.

Similar questions