You must Sign In to post a response.
  • Category: JavaScript

    SCRIPT 1007 error and never seen this

    While running my application I am getting below error which is not related my code

    JavaScript critical error (unknown source location) script 1007: Expected ']'

    how to get rid of it?
  • #765388
    Hi,

    I guess you are handling array elements without "]" close right braces, because of this it might be arise this issue.

    Request you to kindly add "]" at the end, refer below link for more details about this error.
    https://msdn.microsoft.com/en-us/library/9bbx16st(v=vs.94).aspx

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/


  • Sign In to post your comments