Search
Define a function displayGreeting with two parameters firstName and lastName. If the value of firstName is "Oliver" and the value of lastName is "Smith", the function should display "Hello, Oliver Smith!" using a template string.
displayGreeting
firstName
lastName