Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript DOM Scripting By Example Adding and Removing Names Removing Names

How to determine which code is eligible for function?

I know the code that repeat a lot can be transformed/moved into a function but how did Guil in this video choose that particular piece of code to make it into a function and what are key factor to choose a piece of code to be a function.

jacobb2
jacobb2
14,128 Points

Put your code in a function if it is something that you can reuse in the future.

Luke Kennedy
Luke Kennedy
11,661 Points

Hi Ammarkhan,

For me the moment if I see any BLOCK of CODES that I would reusing or repeating again in the program. That would be the ideal choice as we do not need to write it over again.

Hope that helps.

Luke.

1 Answer

Can the create remove button be put in a function and of yes then wht will be the parameter?