Understanding JavaScript Property Descriptors 2


Continuing with the dive into property descriptors, this post goes deeply into the properties, what they mean and how they can be used.

Deep dive into JavaScript Property Descriptors


There are a couple of ways to assign properties to objects in JavaScript. The most common example is using obj.field = value or obj['field'] = value. This approach is simple however, it is not flexible because it automatically defines property descriptor fields

Why I am moving to Angular 2 from AngularJS


If you are thinking of choosing between Angular 1 or Angular 2, I'll say go for Angular 2; it's totally worth it.