``` javascript <li lat="{{ll[0]}}" lng="{{ll[1]}}">{{name}}</li> ``` ll is a two item array [47, -122] Is this valid or do I have to write a function to extra the item at index I want? Thanks!
ll is a two item array [47, -122]
Is this valid or do I have to write a function to extra the item at index I want?
Thanks!