Code examples for java, php, javascript, html5, css, html, mysql and various frameworks.
var car = new Object(); car.color = "red"; car.brand = "ferrari"; car.topspeed = 150; function getCarColor() { alert("My " + car.brand + " is " + car.color); } Click to say hello