Answers for "how to open a new js file in source"

2

open a html file using js

// In case I don't want any buttons or links to open a document
// I just want to open a document
window.open('file.extension');
Posted by: Guest on March-07-2021
0

how to open javascript file

// you can open JavaScript files (.js) in any text editor
Posted by: Guest on May-31-2021

Code answers related to "how to open a new js file in source"

Code answers related to "Javascript"

Browse Popular Code Answers by Language