T
Tom de Neef
I am converting a Pascal app to Javascript.
The app presents spelling tests. Having completed a test, the user will be
presented with a random next one.
Each test is derived from a single line in a txt input file. Each line can
be considered as a string.
How can I incorporate this input file in Javascript?
It would be nice to be able to keep this file (of around 600 lines), since
it makes additions/changes straightforward. If that is not possible, the
lines should be integrated into the script in a 'manageable' way.
TIA
Tom
The app presents spelling tests. Having completed a test, the user will be
presented with a random next one.
Each test is derived from a single line in a txt input file. Each line can
be considered as a string.
How can I incorporate this input file in Javascript?
It would be nice to be able to keep this file (of around 600 lines), since
it makes additions/changes straightforward. If that is not possible, the
lines should be integrated into the script in a 'manageable' way.
TIA
Tom