this.check()
could be any boolean checks that you have. You could make an function of explicit return true
or false
as you like, or even a series of boolean
functions
this.check()
could be any boolean checks that you have. You could make an function of explicit return true
or false
as you like, or even a series of boolean
functions
Written by