This question is very similar to some I have read here, but I still haven't found an answer that would solve my problem.
I am creating a basic quiz in Javascript, and one of the tasks I was given is this (given to do as an exercise):
Store the quiz questions in an external JSON file.
I can go with local storage, but it is not saving it to a file. Can it be done in Javascript (without JQuery, without Node)?