Search
Create a variable firstName and store the string Lejo as the value.
firstName
Lejo
Create another string lastName and store the string James as its value.
lastName
James
At the end, print the values of both variables to the console.