InterviewSolution
Saved Bookmarks
| 1. |
What are the Functions in jquery and its type |
|
Answer» The FUNCTION in JavaScript are of two type either named or anonymous. As the NAME suggest A named function can be defined using function KEYWORD as given below |
|