Question
keep variable value for a new browser tab
How to keep (save) a variable value so that its value is still available in a new browser tab?
e.g.
In the original browser window, the lang variable is "en".
After a new browser tab is opened, the lang variable is still "en" in the new browser tab.
