function get(){ var getJson = localStorage.getItem('key') if(getJson){ arrayName = JSON.parse(getJson) } }