> For the complete documentation index, see [llms.txt](https://april.gitbook.io/learning-js/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://april.gitbook.io/learning-js/chapter-5./5.8-and-or-not.md).

# 5.8 AND, OR, NOT

자바스크립트가 지원하는 논리 연산자

## AND (교집합)

피연산자가 모두 true 일 때만 true

## OR (합집합)

피연산자가 모두 false일 때만 false

## NOT (부정)

피연산자를 반대로 바꿈
