heyheyhey
10-13-2010, 03:17 AM
I have a project for school where I have to come up with a syntacticly correct piece of code that starts with "<" in javascript.
I dont know if there even is one.
for example:
var x = 3; //this line starts with a "v"
<3; //this starts with "<" but is not syntacticly correct and will throw an error - i need any piece of code that starts with "<" AND is syntacticly correct. any help?
I dont know if there even is one.
for example:
var x = 3; //this line starts with a "v"
<3; //this starts with "<" but is not syntacticly correct and will throw an error - i need any piece of code that starts with "<" AND is syntacticly correct. any help?