# 5.8 AND, OR, NOT

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

## AND (교집합)

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

## OR (합집합)

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

## NOT (부정)

피연산자를 반대로 바꿈


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://april.gitbook.io/learning-js/chapter-5./5.8-and-or-not.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
