Which function in ember.js is used to test whether the value is an array or not?
Answer Posted / Arun Kumar Yadav
In Ember.js, you can use the `isArray` function from the `Ember.Utils` module to check if a value is an array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers