1
Answer

Store Data in JavaScript

Photo of Arjun Panwar

Arjun Panwar

13y
1.7k
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)