Software Engineering Start using Local Storage in JavaScript in Browser Local storage is a key value storage such that you can store a data as a set of size 2 such as {key, value}. To get the value back, we need to pass key, then we get back value.