-
Prototype in JavaScript
Link for all dot net and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2015/02/prototype-in-javascript.html In this video we will discuss Prototype object in JavaScript. Let us understand it’s use with an example. The following Employee constructor function constructs Employee object. function Employee(name) { this.name =…
-
Prototype in JavaScript
Link for all dot net and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2015/02/prototype-in-javascript.html In this video we will discuss Prototype object in JavaScript. Let us understand it’s use with an example. The following Employee constructor function constructs Employee object. function Employee(name) { this.name =…