While looking over the documentation for an Ember.js addon, I noticed the acronym POJO being used throughout the text.
There wasn’t any mention as to what POJO meant in the text so doing a quick search revealed that the acronym stands for Plain Old JavaScript Objects.
If you’re curious about what the difference between a POJO and an Ember object is, check out this excellent video.