code
<html>
<script language="javascript">
var car=new Object();
car.model="kkk";
car.make="Wagon R";
car.year="2009";
car.price="Rs. 150000/-";
document.write(car.model+"<br>"+car.make+"<br>"+car.year+"<br>"+car.price)
</script>
</html>
output
<html>
<script language="javascript">
var car=new Object();
car.model="kkk";
car.make="Wagon R";
car.year="2009";
car.price="Rs. 150000/-";
document.write(car.model+"<br>"+car.make+"<br>"+car.year+"<br>"+car.price)
</script>
</html>
output
Hope you all will enjoy this Post. Any kind of positive suggestions regarding this post are heartly accepted. If any one has problem with this post content, kindly let me know through email , i will update or remove this post as soon as possible
Thanks
Regards
Ketan Joshi
SA Palanpur HO
Mo no:+91 8866984506
eMail : k9724675876@gmail.com
0 Comments: