How do i make external scripts using the script tag? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do i make external scripts using the script tag?

I understand that the script tag can point to an external script file through the src attribute. But, how do i create an external script file that can actually be opened and read?

23rd Apr 2020, 8:12 AM
Jasmine Bean
Jasmine Bean - avatar
2 Answers
0
If it were php script, you would type in in a plain text editor like notepad and save it with the .php file extension.. I imagine it's the same for java script just that the extension is .js in this case
23rd Apr 2020, 8:46 AM
Christian Jacob O'Neill
Christian Jacob O'Neill - avatar
0
How do i save it with the j.s file extension. How exactly is that done?
23rd Apr 2020, 8:49 AM
Jasmine Bean
Jasmine Bean - avatar