I've made a small JavaScript script to parse a custom text-format i made for an app. Now the problem is that it's become quite big and i'm in the final stage : streamlining the script. For that i want to know all the variables which are initialized and not used anywhere else or only declared and not used anywhere in the script.
Are there any debuggers which can do this?
Are there any debuggers which can do this?
