Sorry, a novice to js to ask a stupid question
recently, when I am learning vue, I often see that some people"s writing is full of exclamation marks
. like this
@ click= "test=! test, sortID = "price""
if (! this.test) {
}
what do these exclamation points mean?