I'm trying to find out what features of JavaScript I can use in Titanium Appcelerator. I've noticed that it has both forEach and map on Arrays, so I guess it's JavaScript language version is least 1.6 (in MDCs's terms). But does it reach further?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
I'm on an Appcelerator Titanium webinar this morning and I asked your question.
Here is their answer:
So you can basically figure the answer out (exact Javascript version) based on these answers, but the person leading the call (Kevin Whinnery) didn't know the answer off the top of his head.