How to use prototype in javascript?

sunilmkt

Member
Nov 21, 2012
38
0
61
As we know Prototypes allow us to easily define methods to all instances of a particular object and method is applied to the prototype, so it is only stored in the memory once. we can define prototype in many ways.

So I want to ask which methods is more suitable if we define prototype in header or any other place.
Does prototype defining methods depends upon our need & requirement?.
 

aceO07

Diamond Member
Nov 6, 2000
4,491
0
76
Prototype hasn't been updated for over a year. If possible, give jQuery a try. It does the same stuff and more, but it's easier and more common.
 

beginner99

Diamond Member
Jun 2, 2009
5,223
1,598
136
Prototype hasn't been updated for over a year. If possible, give jQuery a try. It does the same stuff and more, but it's easier and more common.

he meant a JavaScript prototype in general and not the Prototype lib.
 

Jaydip

Diamond Member
Mar 29, 2010
3,691
21
81
You should use prototypes only when you wish to declare a "non-static" method of the object.

Code:
var Test= function () {  };  
Test.prototype.getx = function (){   alert("x"); };  
Test.gety = function (){   alert("y"); }; 
 Test.gety();  // Correct  
Test.getx();  // Incorrect  
var Jay= new Test(); 
Jay.getx();  // Correct
 

nickbits

Diamond Member
Mar 10, 2008
4,122
1
81
I use prototype for the String class to add helpful methods like trim(). That's about it.
 

Leros

Lifer
Jul 11, 2004
21,867
7
81
You should use prototypes only when you wish to declare a "non-static" method of the object.

Code:
var Test= function () {  };  
Test.prototype.getx = function (){   alert("x"); };  
Test.gety = function (){   alert("y"); }; 
 Test.gety();  // Correct  
Test.getx();  // Incorrect  
var Jay= new Test(); 
Jay.getx();  // Correct

Pretty much this.

A good majority of the JS I work with is object oriented, so I use prototypes quite a bit.
 
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |