Platform
Resources
Pricing
Sign in
Get started
Jed Fox
Workspace
Fork
Published
2 collections
By
Jed Fox
Edited
Sep 15, 2020
ISC
1 fork
Importers
1 star
2
Tools
Lowercase first letter of line
Single Pixel Image
Mean/Median Line Length
QR Code Generator
Equivalent color with opacity
Random Phrase Generator
DTMF Decoder
Fetch Webpage
Sort lines of text
CPU Profile
Image Resizer
Smart Invert Color
Inflation Calculator
eslint-plugin-typesript Roadmap
Changelog generator
Also listed in…
Webster’s
Insert cell
Insert cell
Insert cell
Insert cell
md
`A potentially useful random gerund: *${
pick
(
data
.
noun
.
filter
(
w
=>
w
.
endsWith
(
'ing'
)
)
)
}*`
Insert cell
function
pick
(
list
)
{
return
list
[
Math
.
floor
(
Math
.
random
(
)
*
list
.
length
)
]
;
}
Insert cell
data
.
adverb
.
filter
(
w
=>
w
[
0
]
===
'b'
)
Insert cell
createVerb
(
)
Insert cell
function
createVerb
(
)
{
const
verb
=
pick
(
data
.
verb
)
;
const
adverb
=
pick
(
data
.
adverb
)
;
const
noun
=
pick
(
data
.
noun
)
;
return
verb
+
' '
+
noun
+
' '
+
adverb
;
}
Insert cell
function
create
(
)
{
const
noun
=
pick
(
data
.
noun
)
;
const
adjective
=
pick
(
data
.
adjective
)
;
return
adjective
+
' '
+
noun
;
}
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
Listed in...
Webster’s
Jed Fox
Tools
Jed Fox
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
refresh
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
pick
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
createVerb
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
create
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
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML