How could I reffer on value of geoloc and msg?
Hi Giannis,
It's not clear what you are trying to achieve here, can you describe it in more details?
In JavaScript -- you are describing a function that receives the values and processes them.
i mean that if i pass just one variable from mapping,then I could refer on that with "value" .
But now I am passing two variables on msg function,my problem is that i don't know how can I use their values
I tried something
var location = geoloc.value;
var message = msg.value;
But I got undifined
Hi Giannis,
It's better to use two different variables and map result to them.