JavaScript

You might say

What language makes the interactive parts of a webpage move and respond?

A programming language that makes a web page respond to actions and dataWhen someone marks a task complete, browser JavaScript can send a request, receive the updated list, and change that row on the page. JavaScript can also run on a server through Node.js, which is a different environment with different responsibilities.
Know first
JS
Further reading