Platform
Resources
Pricing
Sign in
Get started
Kasi Viswanath
I love building things that make people's life easier
Workspace
Fork
Public
By
Kasi Viswanath
Edited
Apr 12, 2023
Insert cell
Insert cell
Insert cell
viewof
evenNumber
=
Inputs
.
text
(
{
label
:
"Insert Even number"
,
validate
:
(
d
)
=>
d
.
value
%
2
===
0
}
)
Insert cell
evenNumber
Insert cell
Insert cell
viewof
evenNumberAsync
=
Inputs
.
text
(
{
label
:
"Insert Even number"
,
validate
:
async
(
d
)
=>
d
.
value
%
2
===
0
}
)
Insert cell
evenNumberAsync
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
evenNumber
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
evenNumberAsync
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML