How do I use JavaScript in brackets text editor? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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