As an 11-year-old who has been learning Javascript for the past month and a half, I am currently working on creating a login/register system. Right now, my focus is on the register part. I have a question: when adding a string/number/boolean to an array, does it stay there forever (even after refreshing the page)? I thought about using cookies for this, but I've heard that it's not secure.
My current tools include HTML5
, CSS3
, Javascript
, and I plan to incorporate Jquery
eventually. It doesn't necessarily have to be stored forever. Does anyone have the answer to my question? Please reply!
P.S. (If you mention PHP, it won't help as I don't understand it yet. :/)