After the function de nitions in a and b, what output is produced by the following? (data() and next() are two constant member functions in class node: data() returns the value of data yield and next() returns the value of link eld). code example
Example: function generator js
function* name([param[, param[, ... param]]]) {
statements
}