not(!)は少し特殊な演算子で、条件の結果であるtrue / falseを逆にする特徴があります。 true / falseそれぞれの前にnotを意味する「!」を付与しています。 これによりnotが適用されて、実行結果のように条件の結果が逆になります。
If JavaScript is not working, refreshing, or loading in the Google Chrome browser, this guide will help you fix the issue. This problem might occur on a specific website or all websites. Either way, ...
NOT(!)は単一の対象物に対してFalseであればTrueを返します。 条件1かつ条件2でなければという、否定の条件を指定することです。 result1が大きくないです。 >= の不等号がNOT(!)によって反転したことを意味します。