Utklippstavle

Legg inn en helt ny kode

Valgmuligheter

dabear sendte inn denne javascript-koden 17.08.2010 kl. 22:17.

  1. //java
  2. public class Employee {
  3. public String name;
  4. public String dept;
  5. public Employee () {
  6. this.name = "";
  7. this.dept = "general";
  8. }
  9. }
  10. //js
  11. function Employee () {
  12. this.name = "";
  13. this.dept = "general";
  14. }

Tilbake til toppen ^

Emneord (tags):