Differentiate one-way and two-way data binding.
One-way data binding is to bind data from model-to-view, and the two-way data binding is to bind data from model-to-view and view-to-model.
Below is the key difference between one-way and two-way data binding: