Platform
Resources
Pricing
Sign in
Get started
Marc Pomar Torres
Faable.com CEO. ☁Deploy next generation of cloud apps. 👨🏼💻Ironhack Lead Teacher.
Workspace
Fork
Published
By
Marc Pomar Torres
Edited
Jan 20, 2020
1 star
Insert cell
md
`# JSON`
Insert cell
q
=
{
return
{
name
:
"Diego"
,
age
:
22
}
}
Insert cell
JSON
.
stringify
(
q
)
Insert cell
JSON
.
parse
(
'{"name":"Diego","age":22}'
)
Insert cell
{
return
{
"name"
:
"Diego"
,
"age"
:
22
}
}
Insert cell
h
=
{
return
{
name
:
"diego"
,
saluda
:
function
(
)
{
return
`Hola ${
this
.
name
}`
}
}
}
Insert cell
h
.
saluda
(
)
Insert cell
JSON
.
stringify
(
[
{
name
:
"pepe"
}
,
{
name
:
"juan"
}
]
)
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
q
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
h
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML