briansostudio / teamform

teamform for comp3111
0 stars 0 forks source link

Problem in showing popup #54

Closed ttchiuaa closed 7 years ago

ttchiuaa commented 7 years ago

When it is empty in the textarea and if a user click the send button, a popup warning is supposed to appear. however, there is no action at all. Here is the code and console error showing "message is not defined" Is there anyone have idea to solve my problem?

screenshot from 2016-11-15 12-55-18 screenshot from 2016-11-15 12-58-22 screenshot from 2016-11-15 13-00-56

clementf2b commented 7 years ago

message should change to this.message?

BrianSo commented 7 years ago

Yes

BrianSo commented 7 years ago

Unlike c++/Java, JavaScript always requires this keyword