Compare Strings with Different Quotes

Assign a string to two different variables: one using single quotes and one using double quotes. Then, check if these variables are equal using the === operator.
JavaScript
Console