I'm using double quotes to echo. Hello Levi!
I'm' using single quotes to echo. Hello $name!
The difference between single quotes and double quotes is that single quotes do not allow variable parsing. As you can see in the single quotes echo, instead of showing the variable value it shows the variable name.