See the mozilla docs
localStorage.setItem(key,value)
Note that names and keys are strings so you need to JSON.stringify objects before storing them.
See the mozilla docs
localStorage.setItem(key,value)
Note that names and keys are strings so you need to JSON.stringify objects before storing them.