I am currently working on working on a platform where i can insert js code to be used is validated by some compiler and it returns errors for certain cases like
document.write('<IMG ALT="" BORDER="0" NAME="DCSIMG" WIDTH="1" HEIGHT="1" SRC="'+dcsSrc+'">');error * :314:9:document.write can be a form of eval.
parseIntfunction throws error if we do not use the optional radix parameter
Does someone know how the syntax or solution should be????