Platform
Resources
Pricing
Sign in
Get started
Giacomo Nanni
I am an Information Designer based in Berlin, mainly interested in exploring the intersection of technology, data, and design.
Workspace
Fork
Public
By
Giacomo Nanni
Edited
Dec 1, 2023
Insert cell
Insert cell
Insert cell
res
.
reduce
(
(
sum
,
num
)
=>
sum
+
num
,
0
)
;
Insert cell
Insert cell
Insert cell
Insert cell
data
.
map
(
extractStringDigits
)
.
reduce
(
(
sum
,
num
)
=>
sum
+
num
,
0
)
;
Insert cell
digits
=
(
{
one
:
1
,
two
:
2
,
three
:
3
,
four
:
4
,
five
:
5
,
six
:
6
,
seven
:
7
,
eight
:
8
,
nine
:
9
}
)
Insert cell
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
res
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
extractDigits
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
digits
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
extractStringDigits
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
data
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML