Utklippstavle
Valgmuligheter
dabear sendte inn denne javascript-koden 17.08.2010 kl. 22:17.
//java public class Employee { public String name; public String dept; public Employee () { this.name = ""; this.dept = "general"; } } //js function Employee () { this.name = ""; this.dept = "general"; }



