InterviewSolution
Saved Bookmarks
| 1. |
Which keyword is used to define the function in javascript?(a) void(b) int(c) function(d) mainI got this question during an internship interview.This key question is from Defining and Invoking Functions topic in chapter Lexical Structures of JavaScript |
|
Answer» Right option is (c) function |
|