> For the complete documentation index, see [llms.txt](https://nipu.gitbook.io/coding-js/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nipu.gitbook.io/coding-js/keyword.md).

# জাভাস্ক্রিপ্টের বিল্ডইন কী ওয়ার্ড(Javascript Build in keyword)

সতর্ক বার্তাঃ কেউ যদি বইটির কোন অংশ খারাপ উদ্দেশ্যে বা বাণিজ্যিক উদ্দেশ্য ব্যবহার  করে তাহলে কপিরাইট আইন অন্তর্ভুক্ত সকল প্রকার প্রক্রিয়া অনুসরণ করতে বাধ্য থাকব।

| Name of keyword | Name of keyword | Name of keyword | Name of keyword |
| --------------- | --------------- | --------------- | --------------- |
| abstract        | arguments       | await\*         | boolean         |
| break           | byte            | case            | catch           |
| char            | class\*         | const           | continue        |
| debugger        | default         | delete          | do              |
| double          | else            | enum\*          | eval            |
| export\*        | extends\*       | false           | final           |
| finally         | float           | for             | function        |
| goto            | if              | implements      | import\*        |
| in              | instanceof      | int             | interface       |
| let\*           | long            | native          | new             |
| null            | package         | private         | protected       |
| public          | return          | short           | static          |
| super\*         | switch          | synchronized    | this            |
| throw           | throws          | transient       | true            |
| try             | typeof          | var             | void            |
| volatile        | while           | with            | yield           |

Soruce: <https://www.w3schools.com/js/js_reserved.asp>
