Functions that perform HTTP requests are not considered pure because they _________.

  • Use Arrow Functions
  • Have Side Effects
  • Are Asynchronous
  • Are Synchronous
Functions that perform HTTP requests are not considered pure because they have side effects. Purity in functions means that they do not cause any observable side effects, and HTTP requests involve external actions that can impact the program's state.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *