Published
Edited
Jul 1, 2018
Insert cell
Insert cell
Insert cell
{
const thisIsConstant = 'ala ma kota'
const thisIsConstant = 'ala ma kota'
retrun thisIsConstant
}

Insert cell
{
let thisIsVariable = 'ala ma kota'
let thisIsVariable = 'ala ma kota'
return thisIsVariable
}
Insert cell
Insert cell
{
var thisIsOldVariable = 'ala ma kota'
var thisIsOldVariable = 'ala nie ma kota'
return thisIsOldVariable
}
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