function
function — A named chunk of code that does one specific job, which other code can call on whenever it needs that job done.
Functions are the basic unit of reusable code. When an AI says "I edited the login function," it means it changed one small, named piece of behaviour — not the whole app.
"Call the function." "That function is broken."