What Will Be The Output Of The Following Javascript Codep Pre #179

What will be the output of the following JavaScript code?</p> <pre><code class="language-javascript"> function emp(name,salary) { this.name=name; this.salary=salary; this.changeSalary=changeSalary; function changeSalary(otherSalary) { this.salary=otherSalary; } } e=new emp("Rahul",30000); e.changeSalary(45000); document.write("e.name+" "+e.salary); </code></pre>

Online Quiz This multiple choice question (MCQ) is related to the book/course gs gs106 Javascript. It can also be found in gs gs106 Classes and Modules - Augmentation of JavaScript Classes - Quiz No.2.


Similar question(s) are as followings:



Online Quizzes of gs106 Javascript

Choose an organization

Theme Customizer

Gaussian Texture



Gradient Background