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
7.9k 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
8.1k 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
7.9k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.