0 votes
in JavaScript by

Explain what is Enumerables in ember.js ?

1 Answer

0 votes
by

In Ember.js an enumerable is any object that contains a number of child objects, and enables you to work with those children using the Ember.Enumerable API. Native JavaScript array is the most common enumerable in majority of Apps.

Related questions

0 votes
asked Mar 12, 2020 in JavaScript by GeorgeBell
0 votes
asked Mar 13, 2020 in JavaScript by AdilsonLima
...