<course-section @get-marks=”getMarks”></course-section>
var marks = 100;
this.$emit(___________________);
The developer needs to pass the value of marks to its parent component. Fill in the blank with the correct answer.
select the correct option from below
a){ event: ‘get-marks’, parameters: [marks] }
b)marks, ‘get-marks’
c)’getMarks’, marks
d)‘get-marks’, marks