leegold2
Technical User
- Oct 10, 2004
- 116
Hi,
I'm just starting out learning JavaScript OOP and have simple
question. I use:
document.write("Make = " + this.make + "<br>");
and at the end of the output in my browser I get the word: "[edit]"
Were does "[edit]" come from. I'm not printing it out but it's getting
added to my output somehow. Help appreciated.
I'm just starting out learning JavaScript OOP and have simple
question. I use:
document.write("Make = " + this.make + "<br>");
and at the end of the output in my browser I get the word: "[edit]"
Were does "[edit]" come from. I'm not printing it out but it's getting
added to my output somehow. Help appreciated.