which data structure is JavaScript for checking if data is changed
I want to keep the data inside app and want to check if it's changed and want to perform operation based on that. Can someone suggest me which data structure will be best to use?
My data is JSON fetched from REST API.