201k views
2 votes
A _____ is a set of javascript statements that perform a specific task.

a. argument
b. element
c. function
d. property

User AruniRC
by
5.0k points

2 Answers

7 votes

Answer:

C. function

Step-by-step explanation:

A JavaScript function is a block of code designed to perform a particular task.

User Prismofeverything
by
5.0k points
1 vote

Answer:

A C. function is a set of javascript statements that perform a specific task.

Step-by-step explanation:

You can create a function using javascript and import that function into another set of code usually by using an "insert function" command.

User Rovdjuret
by
4.9k points