Published
Edited
Nov 22, 2021
1 star
Insert cell
Insert cell
table = {
let table = `<table>`
for(let i = 1; i < 100; i = i + 1){
table = table + ` <tr> <td>season ${i}</td> <td>https://en.wikipedia.org/wiki/SpongeBob_SquarePants_(season_${i})</td> </tr> `
}
table = table + `</table>`
return table
}
Insert cell
html `${table}`
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.
Learn more