Saving & Loading the scene (or at least one array) via Javascript

Hey everyone, I’m working on a simple minecraft-reminiscent Sandbox game. As we all know, a key part of these games is the player being able to edit the world around them. This requires being able to save the scene, which I’m currently having trouble with. All I really need is to be able to save & load 1 array, and i can easily make it work from there.

The real issue is that I’ve done my entire project up to this point in Javascript, and all the resources on here regarding saving are in regards to c#, which i haven’t touched in years. So if there is any way to save & load via Javascript, I’d greatly appreciate someone sharing it.

Good day.

You should look for the info in tutorials, and manuals. It’s very easy to find…

Bye