probs was on the forum when you posted it.

ASmartCoder
well, gamelab is pjs which has some of the same functions as javascript
but i agree CDO should not be trying to pass this off as javascript

  • -wyi replied to this.

    You just now figured this out?

    It uses the same syntax as ES5 Javascript, so yes, applab is "real" javascript

      Letti42 outdated and some of the logic is flawed too but it is some form of ES5 can't believe switch statements of all things are bugged on there apparently, you'd think they would've fixed that and the only way i know that is from another fellow on the teacher forum

        but my error wasn't with switch statements it was how i was filtering it... i wonder if it does actually have issues if you haven't been having any problems @[WUT] Adam

        oh darn i thought i understood app lab

        im pretty sure there are a lot of variants of javascript

        so what is "real" javascript
        im pretty sure "real" code would just be binary

          person well all code is converted to machine code at some point, what different is mainly compilers vs interpreters, compilers turn the program into a binary executable which is usually faster than if the program was ran in an interpreter which most web JS clients use which is interpreted "on the fly" rather than having to convert it into a binary executable file .exe for short it's also known as .app to i think but i don't remember the exact difference maybe permissions?

          Chat