Computer Science, asked by dink43, 1 year ago

which of the following are capable of Java script functions

Answers

Answered by Anonymous
0
Functions are one of the fundamental building blocks in JavaScript. A function is a JavaScript procedure—a set of statements that performs a task or calculates a value. To use a function, you must define it somewhere in the scope from which you wish to call it.
Answered by VISHALKUMARV22
2

Answer:

Accept parameters are capabilities of functions in JavaScript.

Similar questions