Question: When a javaScript function is invoked (called) in Node, where is a new frame placed?

  1. the call stack
  2. the event loop
  3. the poll phase
  4. the events queue

Answer: The correct answer of the above question is Option A:the call stack