Single quotes are a way to define a string. It is normally used when you want the string to return excatly how it is written
The nice thing about double quotes however is that you can include variables in the string and and each variable will be replaced with its value