Subj : Javascript for dummies like me
To : echicken
From : Sys64738
Date : Fri Dec 10 2021 09:47 am
Re: Javascript for dummies like me
By: echicken to Sys64738 on Fri Dec 10 2021 15:08:16
> JS is typically used as a scripting environment embedded in some other
> application. The 'parent' application might be written in C or Java for
> example. The parent application might be a BBS, a print accounting system,
> an authentication provider, the firmware on a radio, a web browser, or a
> development platform like node.js. (These are places where I've used JS.)
That makes more sense to me than anything else I have read. Thank-you for that. I guess I was thinking of it more in terms of a stand alone language instead of a scripting enviro. In that case, the parent app contains the terminology used by the script to an extent.