-
CLASS in ae scripts
class BasicLeft {
constructor(text, img, color) {
this.text = text;
this.img = img;
this.color = color;
}
}
gives me “Illegal use of reserved keyword” in ae
..that means ae recognises class keyword, but does not let me use it.
what I am doing wrong?
Sorry, there were no replies found.