How to add a .js file to the Svelte REPL?

Viewed 217
1 Answers

When you add a new file (plus-sign), you need to just type .js at the end of file

Related