Avatar for TheAkki

TheAkki

Member since Mar 2020 • Last active Jul 2020
  • 1 conversations
  • 3 comments

Most recent activity

    • 6 comments
    • 1,738 views
  • in JavaScript
    Avatar for TheAkki

    @Robin Thx for the help.
    Yes, i was grow up in development with C++. Actually is my home plc programming. (Nearly zero curly braces) ;)

    So i will avoid to copy it in notepad. ;) I will try if it works.

  • in JavaScript
    Avatar for TheAkki

    I "only" use the tight hand side. It does not work. So i think i'am not affected by the problem with the left hand side problem. Right?

  • in JavaScript
    Avatar for TheAkki

    Hello,
    i'm new at using js and the web ide.
    Yesterday, i wrote lot of lines in the web ide and it was running. I can not save files in the ide on disk: the IT rules of my company do not allow js files... :(
    So i had copy it in an editor notepad++ and saved it.

    Now, i want to continue my work. So i had open the file from the web IDE. I get a lot of errors which i don't understand.

    >  Uncaught SyntaxError: Got EOF expected '{' at line 23 col 13
    class Filter
    > Uncaught ReferenceError: "constructor" is not defined as line 26 col 5
    constructor(size)
    

    Whats wrong? How can i fix this?

    Why i can't copy from left hand side of IDE?

    Greetz
    TheAkki

Actions