IDNLearn.com offers a unique blend of expert answers and community-driven insights. Get the information you need from our community of experts, who provide detailed and trustworthy answers.

What are some ways to cut down on repetitive code in your website?​

Sagot :

Answer:

using functions or loops

Explanation:

Functions allow you to repeat code execution simply by calling the function containing the code that needs to be repeated multiple times.

Loops also allow you to execute the same code repeatedly.