"git@gitlab.doc.ic.ac.uk:jz3420/individual-project.git" did not exist on "968832f476473ebcc95ab2dbf3aae31afea2243f"
Fix operator precedence (#754)
Unlike PHP, in JavaScript ! has higher precedence than instanceof, thus !smth instanceof TypeError will never (unless @@hasInstance is defined) be true.
Please register or sign in to comment