REGISTER











Js-for in statements
#1
Code:
var person={fname:"John",lname:"Doe",age:25};

for (x in person)
{
document.write(person[x] + " ");
}
Reply



Powered by MyBB All rights reserved
Developed with for FASTCS 2011 - 2024 FASTCS