THREE is not defined

Thank you for u reply, one moment.

loadScripts => THREE is not defined in .js file

Im working with this tutorial: https://discoverthreejs.com/book/1-first-steps/6-shapes-transformations/

Folder:

I fix’ed it:
I had: (color with small c)

scene.background = new THREE.clolor( ‘skyblue’ )
fix:
scene.background = new THREE.Clolor( ‘skyblue’ )

But why is there such a big impact? I mean THREE is still defined right?