Form Fileld Java Script

how to conect the values (string) of two fields and get its output automatically in the third field in a form.

first field: "Kevin"

Second field: "Spacey"

and it will complete the third field to: "Kevin S."

Maybe using jQuery event, something like this?