In Google Apps Script what is the difference between declaring an array using "[]"or"{}"? For example:
function myFunction(){
var colors = []
var colors2={}
}
Thanks for any help
In Google Apps Script what is the difference between declaring an array using "[]"or"{}"? For example:
function myFunction(){
var colors = []
var colors2={}
}
Thanks for any help