# Javascript

In this guide, we’ll be looking at some of the basic operations with JavaScript to help us understand how easy and fun building apps on Jet Admin:

* Using Javascript for Computed Columns and Binding Data
* Creating Custom Components using Javascript and HTML/CSS
* Data Transformation&#x20;

If you are new to Javascript, the following courses help you to fill the gap:

* Codecademy—[Learn JavaScript](https://www.codecademy.com/learn/introduction-to-javascript) (Full curriculum)
* learn-js—[Learn JavaScript](https://www.learn-js.org/) (Simple docs)

Computed Column example:

In this example, JavaScript is used to do a simple calculation: divide one column value by another.

<figure><img src="/files/6flYJr0jz0eCtw887qNd" alt=""><figcaption></figcaption></figure>

Custom component example:

{% embed url="<https://www.loom.com/share/db78518bf2d04c389af64ac477e8045b>" %}


---

# 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://docs.jetadmin.io/user-guide/javascript.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.
