Create a function called firstName which will extract the first name from a provided full name. Assume that the provided name will follow the form; "first last" Write a script that prompts the user for their full name and uses your function to print the first name to the terminal.