Does the type of quotes matter when using use strict?

Viewed 2906

I was wondering since I'm trying to use use strict, does it matter if I go with "use strict" or 'use strict'?

Is any of those a «more correct» option?

2 Answers
Related