InterviewSolution
Saved Bookmarks
| 1. |
Describe A Knockout Viewmodel? |
|
Answer» A KNOCKOUT ViewModel looks very much like a BASIC class that is created in JAVASCRIPT as a function. It is DECLARED as a variable, and can have members and METHODS. A Knockout ViewModel looks very much like a basic class that is created in JavaScript as a function. It is declared as a variable, and can have members and methods. |
|