String is using smart quotes instead of normal quotes

In the video, there is text showing a string declaration as string myName = “Rick”. This should actually be string myName = “Rick” (Note the slightly different quotes).

Privacy & Terms