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

# About the Book

This textbook is suitable for both beginner web developers and advanced JavaScript programmers looking to pick up a new library.

The following formatting conventions are used throughout the book:

**important** – remember it, write it down, and always apply it

`<html>` -- source code within the text is highlighted in monotype font

```javascript
// syntax highlighting will be used for code listings
function hello() {
  setTimeout("alert('Hello World!')", 5000);
}
```

{% hint style="info" %}
important information you should pay attention to
{% endhint %}

{% hint style="warning" %}
this is definitely important, don't skip it
{% endhint %}

{% hint style="danger" %}
you get the idea, right?
{% endhint %}

> a note worth keeping in mind, or perhaps just worth reading and smiling at, will be formatted as an indented text block

You can find code examples in the [author's repository](https://github.com/AntonShevchuk/jquery-for-beginners) on GitHub, and try them live on the [personal blog](https://anton.shevchuk.name/book/code/).
