I'm new to Dojo Toolkit and today I came across the topic dojo.mixin()
and dojo.extend()
.
I guess both are used to acquiring one object's property from another.
Can anyone explain me the difference between dojo.mixin()
and dojo.extend()
?
Edit: After reading the Dojo documentation I am clear that dojo.extend()
is used to work on an object’s prototype.