Public
Edited
Oct 28, 2022
Insert cell
# My first notebook

## 2nd headline

This is my documentation

- list 1
- list 2
- [url](https://observablehq.com/d/d002f1ba10456b10)

Insert cell
myVar = "hello"
Insert cell
myVar2 = 2 + 8
Insert cell
myArray = [1, 2, 3]

Insert cell
sum(2)
Insert cell
var3 = ({
time: new Date(),
number: 28,
name: "Irene"
})
Insert cell
function hello() {
console.log("hello");
}
Insert cell
function sum(n) {
const y = x * 2;
const x = 1;
return n + 1;
}
Insert cell
console.log(var3)
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more