How do I use JavaScript in brackets text editor? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

20th Jun 2019, 10:32 PM
Lauren
Lauren - avatar
3 Answers
+ 2
Take the Sololearn JS tutorial and you will become familiar with these basic steps.
21st Jun 2019, 12:08 AM
Chris Coder
Chris Coder - avatar
+ 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>
21st Jun 2019, 12:06 AM
Chris Coder
Chris Coder - avatar
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 :)
21st Jun 2019, 6:29 PM
Lauren
Lauren - avatar