I have the single input tag and I have wrote following in my chrome console
This result unexpected for me. In book I have read I read that when I change html attibute then corresponding property shoul be changed. But then I shnage property, attribute should not be changed
P.S.
$0
is feature of chrome and point to the selected element. I selected the input tag before script evaluating.