You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example:
function Person(name) {
this.name = name;
this.kill = function() { this.name += " is dead"; };
}
var a = new Person("Kenny");
a.kill();
Why can't 42TinyJS support this usage?
And how can I do?
Original issue reported on code.google.com by [email protected] on 31 Dec 2011 at 3:55
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 31 Dec 2011 at 3:55The text was updated successfully, but these errors were encountered: