Making the Data Layer simpler to navigate with Object Literals
Posted on:Object Literals in JavaScript Objects offer a convenient mechanism to encapsulate data, and have been used widely in implementations. Applying the same notion to the Data Layer allows for better interpretation of the individual objects and hence use of the … Continue reading