What basis code is needed to define the JavaScript function avgGrades?
What basis code is needed to define the JavaScript function avgGrades?
A . Function avgGrades () {}
B. avgGrades function ()
C. avgGrades (){ }
D. var = function avgGrades () {}
Answer: A
Explanation:
So, option A is the correct answer. This declares a function named avgGrades. The parentheses () are used to optionally pass parameters into the function, and the curly braces {} enclose the body of the function where you write the JavaScript code to be executed.
The complete function might look like this, depending on what you’re trying to achieve:
Latest 1D0-735 Dumps Valid Version with 55 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments