move the cursor to the end of the line.
append after the current position.
append at the end of the current line.(no matter where the cursor is at the time)
Goal: append a semicolon at the end of each line
$ --> a;Esc for each line. j$. --> for other lines.(. equals a;Esc)
A;Esc --> j. (A instead of $a)