i'd like to "define" 2 variables as 1 new variable, which then contains the contents/data of both previous variables. Let's say the first variable is called 'var A' and the second 'var B', can i combine those 2 in a new variable simply like this?
var ALL = var A + var B;
..or how is the correct syntax for this? I hope this isn't too abstract? ;)
var A and B are both variables defining external geojson files, and I'd like to be able to "combine" these 2 in 1 new variable.