JavaScript

Arrays

var c = new Circle(1,2,3);
c[0] = "this is an array element of an object";

José M. Vidal .

36 of 65