InterviewSolution
Saved Bookmarks
| 1. |
What Is Include () Method In Prototype? |
|
Answer» include method: This method is USED to DETERMINE whether the value is included in the range or not. If the value is included, then returns TRUE otherwise returns FALSE. include method: This method is used to determine whether the value is included in the range or not. If the value is included, then returns true otherwise returns false. |
|