Platform
Resources
Pricing
Sign in
Contact us
Andrew Wooldridge
📜JavaScript developer. 🐲RPG fan. 📚Storyteller and 🕹game developer. 👨Father and Husband.
Workspace
Fork
Published
2 collections
By
Andrew Wooldridge
Edited
Oct 20, 2021
1 star
Random Bits
Kaboom and Tags
RPG Tiles 🐉
Playing with yield
My Footer
How to: get around flat array issue in Observable Tables
Hello, Slide-Element
Hello, tsParticles
Kaboom - dynamic values
Hello Lit.dev
P5 js Sketch learnings
Run Some Code on Button Click
My RPG Persona
3D Pixel Art with three-elements
Random Squares
Hello, Sticky Headers
Walking Dragon SVG
Hello, Haunted!
Scrubber Test
Hello, Fabric js
Hello, Mithril JS
Hello, Bracery
Executable JS FileAttachment Test
Tiny Tools viewer
Hello, Handel
Data from Google Spreadsheets test 001
Testing fetch with runkit
Hello TheCatAPI
Hello Chuck Norris Jokes API
Hello Count API
Hello Agify.io
Hello Kontra
Hello, maze generator
Testing ecsyjs
Monster Icon Mix Up
Testing Require and Import with GitHub JS
Skypack Pixijs
Testing Toggle Switch
Storytelling test 001
Testing button click
Testing a local image
Testing Imports
Testing imports
Also listed in…
Tips and Utilities
Insert cell
Insert cell
Insert cell
Insert cell
mutable
myArray
=
[
"item one"
,
"item two"
,
"item three"
,
"item four"
]
Insert cell
Insert cell
viewof
myMessedUpTable
=
Inputs
.
table
(
myArray
,
{
}
)
Insert cell
Insert cell
Insert cell
Insert cell
fixedArray
=
myArray
.
map
(
(
itm
,
idx
,
arr
)
=>
{
return
{
index
:
idx
,
item
:
itm
}
}
)
Insert cell
Insert cell
Insert cell
viewof
myBetterTable
=
Inputs
.
table
(
fixedArray
,
{
}
)
Insert cell
Insert cell
Insert cell
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...
Tips and Utilities
Andrew Wooldridge
Random Bits
Andrew Wooldridge
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
myArray
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
myMessedUpTable
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fixedArray
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
myBetterTable
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
addButt
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
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML