Hello
for example is this such code
var arr = new Array("ff","aa","ss","rr");
arr.push("tt");
i know that, this code add the new element in the array , but i don't know, where read me this official? that is, i can not find manual, where is the information about working with Arrays in paperjs. my google not working :)
please give me the link about this.
Thanks.
1