Platform
Resources
Pricing
Sign in
Get started
Tom MacWright
hi!
Workspace
Fork
Published unlisted
By
Tom MacWright
Edited
Jun 20, 2018
Insert cell
Insert cell
{
let
dase
=
[
]
;
let
x
=
0
;
for
(
let
i
=
0
;
i
<=
16
;
i
++
)
{
dase
[
i
]
=
calculate
(
temp
,
x
)
;
x
+=
0.05
;
}
return
dase
;
}
Insert cell
calculate
=
(
x
,
y
)
=>
x
+
y
Insert cell
viewof
temp
=
html
`<input type=range min=0 max=100 />`
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
calculate
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
temp
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML