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 jQuery Basics Working with jQuery Collections jQuery-Specific Selectors

Nicholas Wallen
Nicholas Wallen
12,278 Points

Why does everyone keep saying "dynamically"?

What exactly does that mean in reference to CS and coding?

2 Answers

You can use the term "dynamical" for many things in coding. First of all, I can say a very dumb basic description, dynamicaly is the opposite of statical. Imagine a web-page with content which never changes, that content is static. If content changes frequently, that's dynamic content. I hope it helps a bit!

remedies
remedies
3,616 Points

Dynamic means that it can change. For example: Dynamic content on a "to-do" app. Your list can change by adding or removing entries. Another example is your Facebook feed. Content keeps being added and removed as you scroll through your feed.

"Static" is the opposite. An example: A web page showing a restaurant menu. Although this can be changed, you'd have to code it manually to change it. Another example of a static website is a simple "About Page" where the content doesn't change.