So I didn’t catch this before when I went through that part of the course, and then I started the project and I’m not finding an answer to what is likely a very easy question —
If you save data as JSON data within a variable called ‘posts’ and you stringify it at the end of that JS file – can you reference that ‘posts’ and then parse it in another JS file within the same site?