http://addyosmani.com/resources/essentialjsdesignpatterns/book/#modulepatternjavascript
e.g. object literal notation
var
myObjectLiteral = {
variableKey: variableValue,
functionKey:
function
() {
// ...
}
};
This private blog solely depicts (IMHO) the "Visual Studio 2013 SPA template" that is focussed on Single Page Application web development using JavaScript, JQuery, knockout.js on the client side and WEB.API in conjunction with OWIN cookie authentication middleware on the server side. (All diagrams / images by author, all Information for illustration use only). Unfortunately the author did dissecting with a DE localized VS2013 Ultimate evaluation edition. I'm so sorry about that !
var
myObjectLiteral = {
variableKey: variableValue,
functionKey:
function
() {
// ...
}
};
Keine Kommentare:
Kommentar veröffentlichen