Objetc Creation using java script

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 





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

Comments

Popular posts from this blog

Create an HTML document giving details of your name, age, telephone number, address, TLC code & enrolment number aligned in proper order.

Applet Not initialized properly’ Error in Finacle – Solution

Fresh installation of CSI Applications and Database