var a1 = "wrong"; function a() { return "1st"; }; function a(val) { this.a1 = "right"; return "2nd"; } alert(new a().a1);
Login in to like
Login in to comment
or Read more about JavaScript Quizzes
Login in to like
Login in to comment