Open Codestined opened 5 years ago
I'm just coming from the rainbow.de site now and the first highlighted javascript I saw, I noticed the highlighting isn't conventional.
super()
constructor()
this
I'm just coming from the rainbow.de site now and the first highlighted javascript I saw, I noticed the highlighting isn't conventional.
super()
is a keyword and should have the same highlight asconstructor()
this
is a keyword it should also have the same highlight withconstructor()
.