predict · objects
Write `withTag`, which returns a list with the tag added. First say what the reference does to its argument.
Answer before anything runs. Then the machine runs it, and you can step through what it did.
function withTag(tags, tag) {
// your function
}