I'm trying to return some values from this:
and I have this in the console log:
How can I return the city, speed, etc.
Console.log(ui.item.speed) returns that item is undefined. It works perfectly in the above select function.
I'm trying to return some values from this:
and I have this in the console log:
How can I return the city, speed, etc.
Console.log(ui.item.speed) returns that item is undefined. It works perfectly in the above select function.