MAD9014 - Manipulating JSON with Javascript

preview_player
Показать описание
How to edit and add new elements to a JSON data object using basic javascript.
Рекомендации по теме
Комментарии
Автор

I have a .js file containing a json array var x = "..."
I want to push values through an html form to the array - which works. But how can I save / override the local .js file with the new data in it?
A quick response would be really appreciated, thank you!

ThierryBitz