adspace


Explain yield catchphrase in JavaScript

Answer Posted / Sachin Bajpai

The 'yield' keyword in JavaScript (specifically, in generators) is used to pause and resume function execution. It allows a function to act as an iterable object, producing values one at a time. The 'catchphrase' associated with 'yield' might be: 'Control the flow of data.'

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How would you create higher order components (hocs) in react.js?

448


How to use events in reactjs? Give an example of using events?

565