0 votes
in JavaScript by

Explain what is ember.mixin class ?

1 Answer

0 votes
by

Ember.mixin class can create objects, whose functions and properties can be shared among other instances and classes.  This will help to share behaviour between objects as well as design objects.

Related questions

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