Unexpected token '<' script.js:11 & Uncaught ReferenceError: dat is not defined at window.onload
mrmadgav opened this issue · 1 comments
mrmadgav commented
donmccurdy commented
This error usually means the dat.gui.js
file is not at the location you specified. The Network tab in your developer tools will have more information about where the webpage is looking, but you'll need to inspect your project carefully to determine the right path. Note the difference in js
and ./js
in your example.