382,254 views
34 votes
34 votes
A _____ is a set of javascript statements that perform a specific task.

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

User Miljac
by
2.9k points

2 Answers

10 votes
10 votes

Answer:

C. function

Step-by-step explanation:

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

User Chris Stocking
by
3.1k points
10 votes
10 votes

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 Suzanna
by
2.9k points