Subj : Javascript for dummies like me
To : Sys64738
From : echicken
Date : Tue Dec 07 2021 04:16 am
Re: Javascript for dummies like me
By: Sys64738 to Digital Man on Mon Dec 06 2021 20:54:39
Sy> Is there a particular script editor that you guys recommend for writing
Sy> Javascipt that works best for this purpose? I've been using Visual Code
Sy> Studio, but it doesn't seem to recognize "console.print" or "prompt" for
Sy> some reason.
I use Visual Studio Code, and I just accept that its language features aren't always going to be accurate. I refer to jsobjs.html when I need to know what parameters a function requires, or what it will return, rather than trust the hints that come up in VS Code.