0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【Javascript】比較演算子の種類

Last updated at Posted at 2024-09-19
記述 意味
a == b a と b の値が等しい
a === b a と b の値とデータ型が等しい
a < b a が b よりも小さい
a > b a が b よりも大きい
a <= b a が b 以下である
a >= b a が b 以上である
a != b a と b が等しくない
0
0
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?