In other programming languages such as python, you can specify the last
element of a list with "list[-1]" but in javascript you have to do
"list[list.length-1]". Is there maybe a way to make this feature in
javascript?
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to