Suppose to have a code writte like this in javascript
function Exam(n, g) { this.name = n; this.grade = g; } Exam.prototype.setName = function setName(n)