0
How do I use JavaScript in brackets text editor?
Iâm on a course and the instructor is using a MacBook whereas I have a windows laptop. Itâs a video course so I canât contact him and the tutors recommend brackets but Iâm still confused.
3 RĂ©ponses
+ 2
Take the Sololearn JS tutorial and you will become familiar with these basic steps.
+ 1
Have you installed brackets for windows?
http://brackets.io/
Will you be working from an external javascript file?
If so
Have you created a new folder named scripts?
Create a New file named script.js?
Assuming ur using HTML and Javascript
Have you linked script.js to your document?
<script src="scripts.js"></script>
0
Yeah I have brackets installed. The instructor didnât explain anything well. I know to link the javascript and will have a go at doing this a different way. Thanks :)