Problem Statement
You want to discard local changes in `app.js` and reset it to the last commit. Modern command?
Explanation
`git restore <path>` replaces the file from HEAD (modern replacement for `checkout --`).
Practice Sets
This question appears in the following practice sets:
