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.

...