getify / You-Dont-Know-JS

A book series on JavaScript. @YDKJS on twitter.
Other
179.24k stars 33.48k forks source link

Does `module` need quotes? #1849

Closed liunnn1994 closed 10 months ago

liunnn1994 commented 10 months ago

Yes, I promise I've read the Contributions Guidelines (please feel free to remove this line).


Please type "I already searched for this issue": I already searched for this issue

Edition: 2nd

Book Title: get-started

Chapter: Chapter 2: Surveying JS

Section Title: Each File is a Program

Problem: Does module need quotes? <script type=module> => <script type="module">

FelipeBarrosCode commented 10 months ago

Yes you need quotes and maybe relative addressing depending on the file that u are referencing.

Githubissues.
  • Githubissues is a development platform for aggregating issues.