1
Answer

Store Data in JavaScript

Arjun Panwar

Arjun Panwar

12y
1.2k
1
Hi,


I am currently coding in this way:
 <script type="text/javascript"> var linkObj;
Is this a safe way to store data? My concern is what if a jQuery or other plug-in was to also use the variable.


Thanks
Answers (1)