BOM | DOM | JS Object | Detailed Explanation | Browser Object Model | Document Object Model
BOM (Window object) = DOM(Document Object Model) + JavaScript Object.
So BOM is nothing its global window object that have DOM and JS Objects.
DOM (Document Object Model) - e.g. - history, navigation, location.
JavaScript Object - e.g. Reg Exp, Array, Object, Date(), functions etc.