I am new to javascript. I want to store the value of a string in a file. I am able to store the string in a normal text file. But what i need is I want to serialize the data and then store it in a file so that no one can edit it.
Like what we do in java (serialization concept in java).
Can anyone help me in how to serialize a string using javascript?